You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event-counts endpoint requires the 'summarize-by' parameter. However, when I specify that parameter, PuppetDB fails saying the parameter wasn't passed to it.
For example:
The event-counts endpoint requires the 'summarize-by' parameter. However, when I specify that parameter, PuppetDB fails saying the parameter wasn't passed to it.
For example:
client.request( 'event-counts', [:and, [:'<', 'timestamp', Time.now ], [:'>', 'timestamp', 2.days.ago], {:'summarize-by' => 'resource'}] )
The text was updated successfully, but these errors were encountered: