Skip to content

Added support for Fine Grain Permission(FGP) and Evaluation delay

Compare
Choose a tag to compare
@himsharma01 himsharma01 released this 15 Feb 13:57
· 15 commits to main since this release
b4cf0db
  • Sumologic terraform monitor module now have added support for Fine Grain Permissions(FGP).
    • A set of obj_permission constructs can be specified under a Monitor. An obj_permission construct can be used to control permissions Explicitly associated with a Monitor. But, it cannot be used to control permissions Inherited from a Parent / Ancestor. Default FGP would be still set to the Monitor upon creation (e.g. the creating user would have full permission), even if no obj_permission construct is specified at a Monitor and the FGP feature is enabled at the account.
  • Sumologic terraform monitor module now have added support for Evaluation delay .
    • Collection delays may occur due to your environment and it takes a couple of minutes for data to be processed into Sumo Logic. Since Monitors run on data from the most current time period, it's possible for Monitors to evaluate against incomplete data. As a result, Monitors can generate false positives or negatives that can cause confusion. Set an evaluation delay in seconds to delay the evaluation of a Monitor, so it doesn't look at the most current time (where data can be incomplete) and instead looks at an older period of time, where you have more complete data.