Skip to content

Releases: centreon/centreon-stream-connector-scripts

stream connector lib 2.0.0-1

15 Mar 11:02
Compare
Choose a tag to compare

Features

This release is a complete overhaul of the internal queue system of the stream connector. It is now fully compatible with the Centreon broker queue system.

UPDATING TO THIS VERSION REQUIRES YOU TO UPDATE YOUR STREAM CONNECTOR.
This is a breaking change !

  • sc_common: add a xml_escape method
  • sc_params: add new parameters to handle new queue system

bug fix

  • fix an issue with host status event deduplication (5bbff40)

Documentation

stream connector lib 1.5.4-1

16 Dec 10:23
456a3a4
Compare
Choose a tag to compare

Bug fixes

  • sc_macros module:
    • fix an issue with a variable name that broke the macro conversion (a7cc241)
    • fix an issue when using the _scdate transformation flag that wasn't working (698ec41)
  • sc_params module:
    • fix bad log message that tells that log_severity and logfile parameters aren't handled by the stream connector (49fb75d)

Stream connectors

stream connector lib 1.5.3-1

12 Oct 13:57
d2b8661
Compare
Choose a tag to compare

Bug fixes

  • sc_macros module:
    • fix an issue when using a custom event format that will display the event output and the output contains a % (5ab906a)
    • fix an issue when using a custom event format that will display the state of an acknowledgement event. It wasn't able to convert the state when using the _scstate flag (e5562f5)
  • sc_params module:
    • fix bad log message that tells that log_severity and logfile parameters aren't handled by the stream connector (49fb75d)

Improvements

  • sc_params module
    • remove unnecessary log messages (83f3fca)

Documentation

Stream connectors

  • update service now stream connector to be able to use the latest features (templating) (4e10231 f7cdc71)
  • fix wrong mapping in pagerduty stream connector (c57efd1)
  • remove bulking event for pagerduty (it looks like the api doesn't handle it) (1699ad9)

stream connector lib 1.5.2-1

06 Oct 12:10
7b68b56
Compare
Choose a tag to compare

Bug fixes

  • you couldn't send bulk events anymore because I'm bad at math (70783e4)

stream connector lib 1.5.1-1

06 Oct 09:19
d7d500a
Compare
Choose a tag to compare

Bugfixes

  • fix an issue with proxy address that was always empty when it was set up. (aedc8aa)

stream connector lib 1.5.0-1

05 Oct 10:14
9c0fede
Compare
Choose a tag to compare

New features

Modules

  • sc_common
    • add new method escape_json to escape json special characters from a string ( b323980 6b623c8)
  • sc_params
    • load_event_format_file can now return a json string instead of a decoded json. This way, you can use a multi level json file to format your events. (f34cac9)

Documentation

New documentations

  • sc_common
    • Add a documentation for the escape_json method (f9629d0)
  • sc_params
    • better examples for the load_event_format_file method (c2ffdcf)

Stream connectors

  • add a refactored stream connector for pagerduty

stream connector lib 1.4.3-1

23 Sep 13:20
c3db74c
Compare
Choose a tag to compare

Bug fixes

Modules

  • fix logging in sc_common and bad error management when loading json files (a6ac57e)
  • fix cache when setting skip_anon_events param to 0 (a054a78)
  • fix macro conversion not working when using a transformation flag in the json format file for events (96a0c3d)

stream connector lib 1.4.2-1

09 Sep 16:22
b8743db
Compare
Choose a tag to compare

Bug fixes

Modules

  • fix variable naming in sc_macros leading to a log message displaying a nil value instead of the desired data (5ce925b)

Stream connectors

  • fix wrong sc_macro object creation and remove hardcoded categories and elements id (58e49e5)

stream connector lib 1.4.1-1

07 Sep 15:18
192b1a2
Compare
Choose a tag to compare

Bug fixes

Modules

  • fix all ffi dependencies in kafka modules (094361f)

Documentation

  • typos

Stream connectors

  • change default logging level of kafka stream connector (from debug to error)

stream connector lib 1.4.0-1

06 Sep 08:45
f4e6894
Compare
Choose a tag to compare

New features

Modules

  • sc_common
    • add new method number_to_boolean to convert 0 and 1 to their corresponding boolean value (4576830)

Parameters

for a full parameters descriptin, head over the Documentation

Parameter name Quick descirption
proxy_address the address of the proxy
proxy_port the port of the proxy
proxy_username the user for the proxy
proxy_password the password for the user of the proxy
connection_timeout the timeout when opening the connection
allow_insecure_connection check certificates

Documentation

  • New documentations
    • Add a documentation for the number_to_boolean method (4576830)
    • Add new parameters documentation (e4ab9b9)

Bug fixes

None

Stream connectors

  • fix typos (accetped instead of accepted) in splunk-metrics-apiv2
  • use new parameters in splunk-events-apiv2, splunk-metrics-apiv2 and servicenow-events-apiv2