microsoft / OMS-docker

Docker image for OMS (Operations Management Suite) Linux agent.
Other
79 stars 135 forks source link

Is this project dead? #424

Open j-coll opened 4 years ago

j-coll commented 4 years ago

Is this project dead or discontinuated? If so... why?

cgijb commented 3 years ago

Is this project dead or discontinuated? If so... why?

It's still ini the reference documentation, but I think it's dead: https://docs.microsoft.com/en-us/azure/azure-monitor/containers/containers#configure-a-log-analytics-linux-agent-for-kubernetes

jashby44 commented 3 years ago

It looks like the oms docker image is no longer available??

$ docker pull microsoft/oms
Using default tag: latest
Error response from daemon: pull access denied for microsoft/oms, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Is there an alternative Azure log analytics shipper for docker/k8s?

saaror commented 3 years ago

We are working on restoring the functionality. This project isn't dead :)

saaror commented 3 years ago

It looks like the oms docker image is no longer available??

$ docker pull microsoft/oms
Using default tag: latest
Error response from daemon: pull access denied for microsoft/oms, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Is there an alternative Azure log analytics shipper for docker/k8s?

You should use Azure Monitor container insights for shipping it into Azure log analytics: https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-overview

a30004053 commented 3 years ago

That link is a rabbithole, and leads us back to this https://docs.microsoft.com/en-us/azure/azure-monitor/containers/containers

Which, apart from listing deprecated OS versions, still points to the microsoft/oms docker image in the listed command

a30004053 commented 3 years ago

Right, following these "important" instructions image

Running the oms-agent-for-linux installer from here https://raw.githubusercontent.com/Microsoft/OMS-Agent-for-Linux/master/installer/scripts/onboard_agent.sh

{
    [Key] InstanceID=[REDACTED]
    Computer=[REDACTED]
    DockerVersion=xx.xx.xx
    OperatingSystem=X
    Volume=local
    Network=bridge host ipvlan macvlan null overlay
    NodeRole=Not Orchestrated
    OrchestratorType=None
}

will get you going - no longer requiring the use of a specialized docker container to ship logs to log analytics

EDIT: Please update the documentation to reflect this EDIT2: based off PR #430 - the new image in there works too

a30004053 commented 3 years ago

Hello! This image in the PR is built-off Xenial Xerus (Ubuntu 16.04-LTS) which has reached EOL April-2021, is there an ETA on when an image using a more recent Ubuntu release will be available?