Compare commits

...

2 Commits

Author SHA1 Message Date
c5b8b6ec7c update 2025-02-20 10:23:12 +01:00
8810970ff7 fix plist 2025-02-20 10:21:41 +01:00
2 changed files with 84 additions and 86 deletions

View File

@ -1,12 +1,10 @@
[ [
{ type: install { type: install
message: <<EOM message: <<EOM
!!! This port is under development. Please consider it experimental. !!!
Data Prepper needs pipelines to be configured in Data Prepper needs pipelines to be configured in
%%LOCALBASE%%/lib/data-prepper/pipelines %%LOCALBASE%%/lib/data-prepper/pipelines
Examples can be found in %%LOCALBASE%%/lib/data-prepper/examples Examples can be found in %%LOCALBASE%%/%%EXAMPLESDIR%%
EOM EOM
} }
] ]

View File

@ -507,86 +507,86 @@ etc/rc.d/data-prepper
%%DATADIR%%/lib/yasson-2.0.2.jar %%DATADIR%%/lib/yasson-2.0.2.jar
%%DATADIR%%/lib/zstd-jni-1.5.6-2.jar %%DATADIR%%/lib/zstd-jni-1.5.6-2.jar
%%DATADIR%%/pipelines/README %%DATADIR%%/pipelines/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adot/aws-ot-collector-config.yml %%EXAMPLESDIR%%/adot/aws-ot-collector-config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adot/docker-compose.yml %%EXAMPLESDIR%%/adot/docker-compose.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aws/README.md %%EXAMPLESDIR%%/aws/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aws/jaeger-hotrod-on-ec2/README.md %%EXAMPLESDIR%%/aws/jaeger-hotrod-on-ec2/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aws/jaeger-hotrod-on-ec2/setup-jaeger-hotrod.sh %%EXAMPLESDIR%%/aws/jaeger-hotrod-on-ec2/setup-jaeger-hotrod.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/certificates/README.md %%EXAMPLESDIR%%/certificates/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/certificates/default_certificate.pem %%EXAMPLESDIR%%/certificates/default_certificate.pem
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/certificates/default_private_key.pem %%EXAMPLESDIR%%/certificates/default_private_key.pem
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/certificates/openssl.conf %%EXAMPLESDIR%%/certificates/openssl.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/README.md %%EXAMPLESDIR%%/config/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/example-data-prepper-config.yaml %%EXAMPLESDIR%%/config/example-data-prepper-config.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/example-pipelines.yaml %%EXAMPLESDIR%%/config/example-pipelines.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/pipelines-readme.txt %%EXAMPLESDIR%%/config/pipelines-readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data-prepper-config.yaml %%EXAMPLESDIR%%/data-prepper-config.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/demo-data-prepper.crt %%EXAMPLESDIR%%/demo/demo-data-prepper.crt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/demo-data-prepper.key %%EXAMPLESDIR%%/demo/demo-data-prepper.key
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/root-ca.pem %%EXAMPLESDIR%%/demo/root-ca.pem
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/test_keystore.p12 %%EXAMPLESDIR%%/demo/test_keystore.p12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/README.md %%EXAMPLESDIR%%/dev/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/Dockerfile %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/Dockerfile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/README.md %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/data-prepper-config.yaml %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/data-prepper-config.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/data-prepper-emf-demo-cfn.yaml %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/data-prepper-emf-demo-cfn.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/docker-compose.yml %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/docker-compose.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/firelens-fluent-bit.conf %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/firelens-fluent-bit.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/firelens.Dockerfile %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/firelens.Dockerfile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/fluent-bit.conf %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/fluent-bit.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/pipelines-raw-trace-stdout.yaml %%EXAMPLESDIR%%/dev/data-prepper-emf-monitoring/pipelines-raw-trace-stdout.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/dns/Dockerfile %%EXAMPLESDIR%%/dev/dns/Dockerfile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/dns/dnsmasq.conf %%EXAMPLESDIR%%/dev/dns/dnsmasq.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/dns/hosts.prepper %%EXAMPLESDIR%%/dev/dns/hosts.prepper
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/k8s/README.md %%EXAMPLESDIR%%/dev/k8s/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/k8s/build_images_for_minikube.sh %%EXAMPLESDIR%%/dev/k8s/build_images_for_minikube.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/k8s/data-prepper.yaml %%EXAMPLESDIR%%/dev/k8s/data-prepper.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/k8s/sample-project-applications.yaml %%EXAMPLESDIR%%/dev/k8s/sample-project-applications.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/Dockerfile %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/Dockerfile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/README.md %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/docker-compose.yml %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/docker-compose.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/images/grafana_metrics_sample.png %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/images/grafana_metrics_sample.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/opentelemetry-collector/otel-collector-config.yml %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/opentelemetry-collector/otel-collector-config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/prometheus/prometheus.yaml %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/prometheus/prometheus.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/data-prepper-config.yaml %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/data-prepper-config.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/data-prepper-wait-for-opensearch-and-start.sh %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/data-prepper-wait-for-opensearch-and-start.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/pipelines.yaml %%EXAMPLESDIR%%/dev/trace-analytics-sample-app/resources/pipelines.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaeger-hotrod/README.md %%EXAMPLESDIR%%/jaeger-hotrod/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaeger-hotrod/docker-compose.yml %%EXAMPLESDIR%%/jaeger-hotrod/docker-compose.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaeger-hotrod/otel-collector-config.yml %%EXAMPLESDIR%%/jaeger-hotrod/otel-collector-config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaeger-hotrod/pipelines.yaml %%EXAMPLESDIR%%/jaeger-hotrod/pipelines.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-ecs-firelens/README.md %%EXAMPLESDIR%%/log-ingestion-ecs-firelens/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-ecs-firelens/example_log_pipeline.yaml %%EXAMPLESDIR%%/log-ingestion-ecs-firelens/example_log_pipeline.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-ecs-firelens/task-definition.json %%EXAMPLESDIR%%/log-ingestion-ecs-firelens/task-definition.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-fluentd/README.md %%EXAMPLESDIR%%/log-ingestion-fluentd/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-fluentd/docker-compose.yaml %%EXAMPLESDIR%%/log-ingestion-fluentd/docker-compose.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-fluentd/fluent.conf %%EXAMPLESDIR%%/log-ingestion-fluentd/fluent.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/K8-fluentbit-data-prepper.png %%EXAMPLESDIR%%/log-ingestion-k8s/K8-fluentbit-data-prepper.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/README.md %%EXAMPLESDIR%%/log-ingestion-k8s/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/data-prepper-pipeline-config/example_log_pipeline.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/data-prepper-pipeline-config/example_log_pipeline.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-01-ns.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-01-ns.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-02-service-account.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-02-service-account.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-03-role-1.22.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-03-role-1.22.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-04-role-binding-1.22.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-04-role-binding-1.22.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-05-configmap.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-05-configmap.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-06-ds-minikube.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/fluent-bit-06-ds-minikube.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/my-app-01-ns.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/my-app-01-ns.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/my-app-02-service.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/my-app-02-service.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion-k8s/my-app-03-deployment.yaml %%EXAMPLESDIR%%/log-ingestion-k8s/my-app-03-deployment.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/README.md %%EXAMPLESDIR%%/log-ingestion/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/data-prepper-config.yaml %%EXAMPLESDIR%%/log-ingestion/data-prepper-config.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/docker-compose-dataprepper.yaml %%EXAMPLESDIR%%/log-ingestion/docker-compose-dataprepper.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/docker-compose.yaml %%EXAMPLESDIR%%/log-ingestion/docker-compose.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/fluent-bit.conf %%EXAMPLESDIR%%/log-ingestion/fluent-bit.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/log_pipeline.yaml %%EXAMPLESDIR%%/log-ingestion/log_pipeline.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log-ingestion/test.log %%EXAMPLESDIR%%/log-ingestion/test.log
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metrics-ingestion-otel/README.md %%EXAMPLESDIR%%/metrics-ingestion-otel/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metrics-ingestion-otel/docker-compose.yaml %%EXAMPLESDIR%%/metrics-ingestion-otel/docker-compose.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metrics-ingestion-otel/metric_pipeline.yaml %%EXAMPLESDIR%%/metrics-ingestion-otel/metric_pipeline.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metrics-ingestion-otel/otel-collector-config.yml %%EXAMPLESDIR%%/metrics-ingestion-otel/otel-collector-config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trace_analytics.yml %%EXAMPLESDIR%%/trace_analytics.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trace_analytics_no_ssl.yml %%EXAMPLESDIR%%/trace_analytics_no_ssl.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trace_analytics_no_ssl_2x.yml %%EXAMPLESDIR%%/trace_analytics_no_ssl_2x.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/README.md %%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/docker-compose.yml %%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/docker-compose.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/otel-collector-config.yml %%EXAMPLESDIR%%/zipkin-sleuth-webmvc-example/otel-collector-config.yml