Skip to content

Releases: SumoLogic/terraform-sumologic-sumo-logic-monitor

v1.2.6

02 Sep 08:55
2c64cb8
Compare
Choose a tag to compare

What's Changed

  • Updated sumo TF provider version 2.31.3
  • Added support for korea deployment

Full Changelog: v1.2.5...v1.2.6

v1.2.5

01 Jul 08:05
e2159b2
Compare
Choose a tag to compare

What's Changed

  • Updated monitors to CVE fixed sumo provider version 2.31.0

Full Changelog: v1.2.4...v1.2.5

v1.2.4

16 Apr 05:50
a9dadbb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

05 Apr 00:20
92af708
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

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

15 Feb 13:57
b4cf0db
Compare
Choose a tag to compare
  • 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.

Missing data monitor bug fix

19 Dec 08:17
ba0168f
Compare
Choose a tag to compare
  • Bug Fixed - Fixed bug arising while creating only Missing Data Monitors

Added support for Sumologic SLOs

28 Nov 09:51
727ec9a
Compare
Choose a tag to compare
  • Sumologic terraform module now have added support for SLOs.
  • Bug Fixed - Fixed incorrect variable name in warning's block

Updating monitors to use trigger_conditions

15 Nov 09:42
d5bd64b
Compare
Choose a tag to compare

Triggers in monitors have been depreciated thus updated monitors to use trigger_conditions.

  • This release will remove warnings while creating monitors.
  • Client code or module calling code change is not needed.

Enable a user to create monitors in any monitors subfolder

06 May 07:52
574967a
Compare
Choose a tag to compare
Merge pull request #60 from starzu-sumo/mstarzec-k8s-monitors-parent-var

Enable a user to create monitors in any monitors subfolder

Added Couchbase Alerts

22 Apr 09:25
be74295
Compare
Choose a tag to compare