I had an idea to have some of the scripts my Ops team uses to update some of our dashboards. I'm testing this idea by exporting a test dashboard via the REST API, making some changes, and reuploading it. I'm doing this all in Powershell.
One thing ...
Is it possible to use a lamda expression in a .NET getter chain for a data collector? I have a List of objects that I would like to call Find on and pass a lamda to get the one I need.
Basically I want to call this:
Actions.Find(x => x.ActionType =...
Is there a way to export and then import the configuration of a Method Invocation Data Collector from one controller to another? I've been able to do this via REST API for transaction detection, but I don't see anything in the docs for datacollector...
I'm setting up some new data collectors and need to retrieve the last item in a list in the getter chain. I'm currently just grabbing the 7th item, but this list has variable sizes and the element I want should always be the last item. I have trie...
What about for a .NET Core console application? There's no web.config in a console app to set the environment variables. Where should I be setting the environment variables in that scenario?
I'm confused, I don't see any mention of 3.1 being supported in any of those docs. This page mentions support up to 3.0 for Windows and this page mentions the same for Linux.
I opened a ticket on this and support said 3.1 is not yet supported on Wi...
What version of the Machine Agent are you trying to install? I'm trying to update my machine agents to the most recent version (4.5.5.1784) and I'm getting the same thing.