20 Oct 2023 04:47 PM
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.
20 Oct 2023 05:42 PM - edited 20 Oct 2023 05:44 PM
Have you looked at LogEventsLimit:
20 Oct 2023 07:44 PM
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.
21 Oct 2023 11:30 AM
Unfortunately I couldn't find anything else either. Perhaps @Julius_Loman has an idea?
24 Oct 2023 08:21 PM
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?
25 Oct 2023 03:32 PM
Use the other API:
It returns the limit value of the environment. I guess that's what's needed, right?
25 Oct 2023 09:26 PM
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.
24 Oct 2023 06:28 PM - edited 24 Oct 2023 06:28 PM
Hi @Sean_Bridges,
I also could not find it.☹️ I have checked the cluster api v2 / get environments id without success:
Best regrads,
Mizső
24 Oct 2023 06:34 PM
You can set up Product Idea, because it looks like there is no such option
24 Oct 2023 08:32 PM
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.