Automation Account Inventory is not tracking wanted file

Bombbe 1,611 Reputation points
2022-04-26T08:05:10.613+00:00

Hi,
I have setup Automation Account Inventory to track wanted file but for some reason it not getting tracked (have now waited 48 hours).

This is how my setup looks like

196513-image.png

and same kinda issue when trying to track folder

196514-image.png

I know by facts that those files and folders are existing in tracked vms. Then I created one test tracking using * and it worked just to be sure that my automation account configuration is not 'broken'

196319-image.png

Any clue what I'am doing wrong with my folder and file tracking?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 20,431 Reputation points
    2022-04-29T09:52:21.907+00:00

    Hi @Bombbe

    Welcome to Microsoft Q&A! Thanks for posting the question.

    While investigating this issue related to Azure Automation's Manage Change Tracking and Inventory not tracking the file/folder, here were my observation:

    1. For the first path mentioned in the screenshot above (for WaAppAgent), I noticed that the extension of this log file is .log and not .txt. Since the file path is incorrect, it could not be tracked:
    197619-image.png

    2. Similarly, for the folder path mentioned in the second screenshot, I dont see that folder available in my newly created VM. Could you please check that the folder path is correct and that it is available on the tracked VM:
    197771-image.png

    Since the change tracking is working for path with * wildcard, I agree that the configuration seems to be OK. In case you are still facing issue after correcting/verifying the paths, the following troubleshooting guideline should help: Troubleshoot Change Tracking and Inventory issues.

    The following logs will be of great help to narrow down the issue:

    a. Operations Manager logs available under Application and Services Logs in EventViewer. This would contain information about any data collection/tracking rule failing for any reason. This log would also help investigate issues related to communication between the local "Microsoft Monitoring Agent (Log Analytics Agen)" and the "Log Analytics Workspace"

    b. I would also recommend looking in Application and Security logs available under Windows Logs in EventViewer. The Application logs would be particulary helpful to understand if the related process (healthservice.exe or monitoringhost.exe) are crashing. The Security logs would help with audit events - for example the run as account of "Log Analytics Agent (which by default is LocalSystem) not having permission to be able to access/read the tracked files/folders.

    c You can also check the "Management Packs" mentioned here, if they are not downloaded. The downloaded Management packs are available in C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Management Packs (Although, based on the symptom that some files are being tracked using the wildcard in path, I dont suspect the missing Management packs to be reason.)

    d. In case none of the above works, the VERBOSE logs of the healthService (Log Analytics agent) process can be used. The steps to collect these logs are available here.. If you need help analyzing this log, please feel free to open a Support Ticket for it. These logs might contain sensitive information and are huge in size - not suitable for analysis through public forums. If you need help opening a support ticket, please let me know.

    Please let me know if you have any questions.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.