-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest] feature-ingest
NP Migration
#56452
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Feature:Fleet
Fleet team's agent central management project
Meta
Team:Fleet
Team label for Observability Data Collection Fleet team
Comments
jen-huang
added
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Feature:Fleet
Fleet team's agent central management project
labels
Jan 30, 2020
Pinging @elastic/ingest (Feature:EPM) |
5 tasks
ph
added a commit
to ph/beats
that referenced
this issue
Feb 12, 2020
The migration of the Fleet into the ingest_manager plugin will affect API path. This PR changed the existing routes to reflect that change. We need to synchronize the merge with elastic/kibana#56452
5 tasks
ph
added a commit
to ph/beats
that referenced
this issue
Feb 13, 2020
The migration of the Fleet into the ingest_manager plugin will affect API path. This PR changed the existing routes to reflect that change. We need to synchronize the merge with elastic/kibana#56452
ph
added a commit
to elastic/beats
that referenced
this issue
Feb 13, 2020
The migration of the Fleet into the ingest_manager plugin will affect API path. This PR changed the existing routes to reflect that change. We need to synchronize the merge with elastic/kibana#56452
This was referenced Feb 19, 2020
jen-huang
added
the
Team:Fleet
Team label for Observability Data Collection Fleet team
label
Mar 26, 2020
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
) The migration of the Fleet into the ingest_manager plugin will affect API path. This PR changed the existing routes to reflect that change. We need to synchronize the merge with elastic/kibana#56452
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Feature:Fleet
Fleet team's agent central management project
Meta
Team:Fleet
Team label for Observability Data Collection Fleet team
feature-ingest
NP MigrationOverview
In the
feature-ingest
feature branch today, we have 3 legacy x-pack plugins:ingest
epm
fleet
Recently, we introduced a new plugin called
ingest_manager
to attempt to unify and fold these three plugins into one plugin: original PR.ingest_manager
is a Kibana NP (new platform) plugin. This issue breaks down the remaining work needed to complete the migration work of the three legacy plugins into the new one.Developer notes
policies
has been renamed toagent configs
, please update variable names during migration where needed.ingest
->ingest_manager
xpack.ingestManager.enabled
agent_configs
datasources
outputs
/common
/common
x-pack/legacy/plugins/ingest
epm
andfleet
imports, so complete removal is blocked until the other two are fully migratedepm
->ingest_manager
xpack.ingestManager.epm.enabled
xpack.ingestManager.epm.registryUrl
packages
/common
[ ] Inputs/Outputs/Policy/Streamingest
migration/common
[ ] DatasourcesuseRequest/sendRequest
wrappers for all API calls[ ] Add datasource formx-pack/legacy/plugins/epm
fleet
->ingest_manager
xpack.ingestManager.fleet.enabled
xpack.ingestManager.fleet.defaultOutputHost
agents
agent_events
enrollment_api_keys
/common
/common
useRequest/sendRequest
wrappers for all API calls[ ] Assign/unassign datasourcesx-pack/legacy/plugins/fleet
The text was updated successfully, but these errors were encountered: