Skip to content

Releases: newrelic/nri-flex

v1.3.5

14 Sep 10:29
Compare
Choose a tag to compare

Changelog

312d994 build: Updated the installation of tools to be pinned to known version
21649b2 ci: Add Open Source Policy Workflow
db9cb8c fix: http api dropping data from pagination (#221)

v1.3.4

28 Aug 08:13
3b4fcef
Compare
Choose a tag to compare

Changelog

2626012 Add a mention of JSON to the command API doc
2c4922e Edit to OSS files and README (#214)
0749ea8 Fix link in config.yml
9021ba1 Fix link in config.yml
4b4e0e1 Move folder
693633b Update commands.md
c4630b6 feat: event limiter unlocked by default
902e7fa feat: implement jq parsing (#212)
3b4fcef feat: xml format support for commands function (#217)
2eeeef7 fix: moving to proper directory (#215)

v1.3.3

21 Aug 07:46
9993902
Compare
Choose a tag to compare

Changelog

701e42c Add SECURITY.md
6d39820 Create linux-file-list.yml (#184)
d18200b Fix docs links (which were missing /docs) (#194)
28c4922 Fixed JMX bug - buildCommand expects command rather than runCommand
d749cba Kav/config restructure (WIP) (#201)
9993902 Revert "adding CSV for instruqt tutorials (#197)" (#211)
c7640f8 Simplified timestamp_conversion syntax to TIMESTAMP and DATE
6539c09 Update README.md
f9b448a Update docs/basics/configure.md
0dc40f6 Update docs/basics/configure.md
bffafee added test and logging for timestamp_conversion feature
9f2c455 added timestamp_conversion support convert date<=>timestamp
3bc11a6 adding CSV for instruqt tutorials (#197)
767e244 adding nginx-api.yml (#198)
4020798 feat: add PDELTA and PRATE for metric_parser (#202)
7aa7f44 feat: update go-mssqldb (#208)
ff74870 fix: move configs to correct location
2ada88e linux process discovery default to false (#207)
48f3b83 marking examples with experimental functions
7731e32 update database reference from function to API
5fdbce1 updated docs
5bb91b2 updated test and predefined dateformat for timestamp_conversion
7a0b07d updating typo and clarifying header (#210)

v1.3.2

09 Jun 14:05
Compare
Choose a tag to compare

Changelog

cfef2ff Add missing store_variables example (#186)
c08898c ading osQuery example
e19c478 ci: Enable 32-bit releases
9b992b2 fix function precedence order (#189)

v1.3.1

26 May 15:11
Compare
Choose a tag to compare

Changelog

9dc0f01 Adding work-arounds for self-signed and TLS errors (#176)
b0e0528 Fix numbers to string conversion for lookup files
16e990d Retrieve response header value on url API

v1.3.0

13 May 15:06
5856ab4
Compare
Choose a tag to compare

Added

  • Graduated from experimental to GA for Kubernetes
  • Graduated from experimental to GA Windows (Windows Server 2012, Windows Server 2016, Windows Server 2019)
  • Graduated from experimental to GA for the text file API under Linux
  • Graduated from experimental to GA for store_variables function

v1.2.2

05 May 09:53
6a14269
Compare
Choose a tag to compare

Changelog

567fa52 Fixing table of contents links in functions.md (#166)
2190645 fix: rename_keys respects use of regex substitutions - saves a step (#169)

v1.2.1

30 Apr 16:47
Compare
Choose a tag to compare

Changelog

e7ef014 ci: Adding support for arm and arm64

v1.2.0

30 Apr 10:28
Compare
Choose a tag to compare

Add

  • Read v4 agent integrations config format to ensure config_file arg is fully supported
  • Experimental Save and Filter Functions:
    • save_output: Saves sample output to JSON file.
    • sample_include_match_all_filter: Similar to sample_include_filter except creates samples only with match all key/values supplied in the filter.

Changed

  • Move lookup creation after addAttribute
  • Improve path handling
  • Improve command behaviour so it returns error sample on failure

v1.1.2

16 Apr 07:15
f7c01ce
Compare
Choose a tag to compare

Improve inherit_attributes allowing to collect further nested attributes.
Other small internal improvements