Analytics log agent doesnt create tables

Copper Contributor

Hello,

 

I'm setting up log analytics on unraid server. I run the agent in a following way

 

services:
    az-analytics:
        container_name: 'az-analytics'
        image: 'mcr.microsoft.com/azuremonitor/containerinsights/ciprod:microsoft-oms-latest'
        hostname: 'az-analytics1'
        privileged: true
        ports:
            - "25225:25225"
            - "25224:25224"
        environment:
            - WSID=xxx-xxxx-xxxxxx-xxx
            - KEY=xxxxxxxxxxxxxxxxxxxx
        volumes:
            - '/var/run/docker.sock:/var/run/docker.sock'
            - '/var/lib/docker/containers:/var/lib/docker/containers'
            - '/var/log:/var/log'
        restart: always

 

It gets connected to Log Analytics workspace, but creates just few tables 

zajda82_0-1641536900036.png

No other tables get created (like ContainerImageInventory, ContainerInventory, ContainerLog, ContainerServiceLog etc...).

 

Log shows that the agent detected docker

az-analytics  | Primary Workspace: xxxx-xxx-xxxx-xxx    Status: Onboarded(OMSAgent Running)
az-analytics  | omi 1.6.8.1
az-analytics  | omsagent 1.13.40.0
az-analytics  | docker-cimprov 1.0.0.39

 

I failed to find any more guidance on how to debug this. Any hints would be much appreciated.

0 Replies