Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Update the shipper to work with the elastic-agent #185

Merged
merged 31 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
21c8fb2
handle output config, refactor
fearful-symmetry Nov 17, 2022
a02055b
clean up, tinkering with inputs
fearful-symmetry Nov 17, 2022
2c68e8e
Merge remote-tracking branch 'upstream/main' into setup-agent-config
fearful-symmetry Nov 17, 2022
486b66a
update go deps
fearful-symmetry Nov 18, 2022
e3d16f6
linter
fearful-symmetry Nov 18, 2022
ef4772c
add headers
fearful-symmetry Nov 18, 2022
9746559
update notice
fearful-symmetry Nov 18, 2022
fe7e4f8
continue to sync shipper with agent
fearful-symmetry Jan 19, 2023
97d37f8
Merge remote-tracking branch 'upstream/main' into setup-agent-config
fearful-symmetry Jan 19, 2023
4d17c78
try to make linter happy
fearful-symmetry Jan 23, 2023
a81454c
fix tests
fearful-symmetry Jan 23, 2023
9d1a866
add more comments, logic for unit state
fearful-symmetry Jan 24, 2023
2e269fe
update deps, clean up logging
fearful-symmetry Jan 25, 2023
2a4f57d
still tinkering with logging
fearful-symmetry Jan 25, 2023
a3dc3de
refactor to split input and output
fearful-symmetry Jan 27, 2023
28e9793
update deps
fearful-symmetry Jan 28, 2023
a13484c
update notice
fearful-symmetry Jan 28, 2023
446fec0
fix header
fearful-symmetry Jan 30, 2023
f197d39
change config unpacking
fearful-symmetry Feb 1, 2023
bcc639b
update deps
fearful-symmetry Feb 1, 2023
9e78d98
update notice
fearful-symmetry Feb 1, 2023
7de6b9b
change comments, adjust unit map behavior, add tests
fearful-symmetry Feb 2, 2023
9aa0b34
lint
fearful-symmetry Feb 2, 2023
35b9107
add tests, change unit map behavior
fearful-symmetry Feb 3, 2023
bf5fd83
tinker with tests
fearful-symmetry Feb 6, 2023
b76df30
tinkering with tests, still
fearful-symmetry Feb 6, 2023
4d75339
clean up
fearful-symmetry Feb 6, 2023
e69f074
add tests
fearful-symmetry Feb 6, 2023
5a5f835
add more tests
fearful-symmetry Feb 7, 2023
511c999
add comments, rename unit methods
fearful-symmetry Feb 8, 2023
5fc5662
change log change logic
fearful-symmetry Feb 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix header
fearful-symmetry committed Jan 30, 2023
commit 446fec0f1c6011ecf0331397607b05b7da97caf4
4 changes: 4 additions & 0 deletions grpcserver/inputhandler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

package grpcserver

import (