From a01cad0f88de6ff593118ff17c516dc8068c2c22 Mon Sep 17 00:00:00 2001 From: Brian Presley <42596015+sumobrian@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:56:23 -0600 Subject: [PATCH] Update README.md - Remove reference to github email Signed-off-by: Brian Presley <42596015+sumobrian@users.noreply.github.com> --- .../dockerSolution/src/main/docker/otelcol/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TrafficCapture/dockerSolution/src/main/docker/otelcol/README.md b/TrafficCapture/dockerSolution/src/main/docker/otelcol/README.md index 2931660ed..f5544e81f 100644 --- a/TrafficCapture/dockerSolution/src/main/docker/otelcol/README.md +++ b/TrafficCapture/dockerSolution/src/main/docker/otelcol/README.md @@ -5,7 +5,7 @@ The base docker image currently relies on a custom build of the `otel-contrib-co These two PRs have been manually merged in a local build, available [here](https://github.com/mikaylathompson/opentelemetry-collector-contrib/tree/opensearch-logs-exporter). To generate the binary, suitable to be used on a docker container, in a location outside of this repo: -1. `git clone git@github.com:mikaylathompson/opentelemetry-collector-contrib.git` +1. Clone the github repo mikaylathompson/opentelemetry-collector-contrib 2. `cd opentelemetry-collector-contrib` 3. `git checkout opensearch-logs-exporter` 4. `make install-tools` @@ -26,4 +26,4 @@ CMD ./otelcontribcol --config /etc/otel-config.yml ## Moving past the custom build -When both of the above PRs have been merged into the `otel-contrib-col` mainline and are included in a release, it should be possible to switch from using this custom image to the standard publically released image, using the same config file. \ No newline at end of file +When both of the above PRs have been merged into the `otel-contrib-col` mainline and are included in a release, it should be possible to switch from using this custom image to the standard publically released image, using the same config file.