Add configuration in elasticsaerch.yml
xpack.apm_data.enabled: false
tracing.apm.enabled: false
The pipelines that are closed first by apm can be deleted and are not automatically generated
The following pipeline will be automatically created. Why? What are the roles of these pipelines? Does deletion have any effect? How can I prevent these pipelines from being generated automatically
pipeline: logs@json-pipeline
logs-default-pipeline
logs@json-message
ent-search-generic-ingestion
search-default-ingestion
behavioral_analytics-events-final_pipeline
logs@default-pipeline
What is the reason for deleting these? They are used by multiple tools in Kibana and other parts of the stack and not having it may break some things.
If I'm not wrong they are used by the built-in templates which are controlled by the stack.templates.enabledsetting, so you would need to set it to false.
Keep in mind that this is not recommended, from the documentation you have this note.
It is not recommended to disable the built-in stack templates, as some functionality of Elasticsearch or Kibana will not work correctly when disabled. Features like log and metric collection, as well as Kibana reporting, may malfunction without the built-in stack templates. Stack templates should only be disabled temporarily, if necessary, to resolve upgrade issues, then re-enabled after any issues have been resolved.
@leandrojmp Thank you for your reply. We will get all pipelines, including default and custom ones. The default pipelines will cause trouble to users, so we want to delete these default pipelines. We also tried to add stack.templates.enabled to false. Since you said it is not recommended to do so, how can I avoid the confusion caused by the default pipeline
Open a support case, if using a paid license(s). I mean the license is relatively costly, so make use of it when you hit an issue that has business impact for you..
Open a bug report, documenting the specifics of all the confusion and the issues/difficulties that creates for your users. Your user community are typically creating pipelines, so are pretty skilled and knowledgable already?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.