I'm looking for an API endpoint (Cluster/Environment) to see what each monitoring environment has set for their "Maximum ingest of log events per minute". This limit does not seem to appear in the /cluster/v2/environments api (seems like it should). Is anyone aware of a Managed API endpoint that allows for querying and/or setting this?
Solved! Go to Solution.
Have you looked at LogEventsLimit:
I have, that is to have the cluster recalculate the global limit. However, doesn't give any ability to look at each environments default limit, or to set it.
Unfortunately I couldn't find anything else either. Perhaps @Julius_Loman has an idea?
No idea. I don't think this is exposed. @Radoslaw_Szulgo - any chance to add the event ingest limit info and setting (per environment) to the cluster api?
Use the other API:
It returns the limit value of the environment. I guess that's what's needed, right?
That endpoint does not return anything?
I'm just looking for a quick way to query out what every monitoring environment is set at without needing to click through each environment.
Hi @Sean_Bridges,
I also could not find it.☹️ I have checked the cluster api v2 / get environments id without success:
Best regrads,
Mizső
You can set up Product Idea, because it looks like there is no such option
Thanks everyone for confirming I wasn't overlooking something obvious. I guess a feature request would be the best way going forward. With a default ingestion limit of only 1k and no way to specify via API when creating an environment it seems like this would be beneficial to anyone who has automated onboarding in Managed.