This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Implement an MVP of the Elasticsearch output #10
Labels
estimation:Week
Task that represents a week of work.
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
v8.5.0
v8.6.0
Comments
This was referenced Mar 17, 2022
jlind23
added
the
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
label
Mar 21, 2022
29 tasks
@nimarezainia this is something we may need for 8.3 in order to have the shippers properly working with an output. |
I targeted it to 8.4. We might start it sooner though if we need it as Julien noted. |
jlind23
added
estimation:Week
Task that represents a week of work.
and removed
8.4-candidate
labels
May 24, 2022
This was referenced Sep 22, 2022
@faec any update here? |
Merged
Let's rescope this to just producing an MVP Elasticsearch output that allows a Beat to publish events through the shipper to a single datastream index. We will create follow up issues for the remaining features. In the initial version we can assume the Elasticsearch output in the agent policy is trivial, like the basic example from https://www.elastic.co/guide/en/fleet/current/elasticsearch-output.html outputs:
default:
type: elasticsearch
hosts: [127.0.0.1:9200]
username: elastic
password: changeme |
cmacknz
changed the title
Implement the Elasticsearch output
Implement an MVP of the Elasticsearch output
Oct 18, 2022
54 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
estimation:Week
Task that represents a week of work.
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
v8.5.0
v8.6.0
Once #7 is complete, implement basic support for the Elasticsearch output.
The simplest solution is to use the existing beats Elasticsearch output, but we should evaluate the effort required to switch to the official go-elasticsearch client (#14) with the initial output. If the effort is too high then switching the underlying Elasticsearch client can be deferred into a future iteration.
This feature is considered complete when at least the following criteria are satisfied:
The text was updated successfully, but these errors were encountered: