Skip to content

Releases: newrelic/nri-flex

v1.3.10

28 Jan 13:34
5819c68
Compare
Choose a tag to compare

Adeed

  • Several new config examples.

Fixed

  • Flex meta would not be applied to v4 configuration files.

v1.3.9

18 Jan 11:25
Compare
Choose a tag to compare

Added

(396a880) New improvements in command api:

  • StdinPipe: Enabling this functionality allows the command to be run successfully with the expected output.

     StdinPipe            bool   `default:"false" help:"use cmd.StdinPipe for commands"`
    
  • FLEX_CMD_WRAP: Automatically wrap a command in quotes (Requires AllowEnvCommands enabled).
    This is useful when env prepend or append is being used and the subsequent command needs to be wrapped so it can be executed properly.

  • Assert command output before processing: Useful for when example netstat is not available on a system but ss is, this provides a more gracious way to assert the output and skip if required. Add an assert block with a nested variable of match and/or not_match.

Fixed

(80ccaab)YAML validation on manual executions, closes #245

Documentation

(d898388) Include pi-network configuration example.
(223b837) Improvements to NRQL example
(753e0db) Add cmd line execution troubleshooting
(c58bf67) Add windows-tcp-port-check example

v1.3.8

16 Dec 16:09
1724c16
Compare
Choose a tag to compare
  • (b7eb255) update flex serverless function documentation (#250)
  • (eda17ef) updated Microsoft App Insights example
  • (8d75f3e) updated Microsoft App Insights example
  • (0d08d8b) Merge branch 'master' into master
  • (310727f) feat: apply custom variables passed through FLEX_META (#251)
  • (149048f) Merge branch 'master' into master
  • (10738bb) Merge pull request #252 from harrykimpel/master
  • (55c269a) feat: explicit allow env flag +logging
  • (0670a1e) feat: update docs
  • (1724c16) Merge pull request #257 from newrelic/kav/ExplicitEnvs

v1.3.7

27 Nov 15:58
8a4bb9d
Compare
Choose a tag to compare

Changelog

7adf0d1 Feature: added request signing support for Huawei cloud service API (#244)
41608a4 added test code for huaweihws signer
504a062 ci: update make for release, sync go.mod
0788409 feat: Added option to hide error_exec output (#246)
5e6b783 not needed anymore

v1.3.6

16 Nov 11:37
9a97205
Compare
Choose a tag to compare

Changelog

f02e372 Accepting CONFIG_PATH as an alternative for CONFIG_FILE
9a97205 Add GCP as a serverless mode to Flex (#241)
1c0524d Add example for tracking open and max file descriptors (#50)
5f4778f Added CloudFlare flexConfig
0b957be Added Windows uptime samples using PowerShell 5 and PowerShell Core 6+.
65716fe Added apikeys lookup file for twitter example
40d54f6 Added commented out interval example.
6127ba9 Added discover_process_win(default:false) and discover_process_linux(defaul:true) flags (#59)
2a6621d Added more metrics to cloudflare example
0c4f86d Added working elasticsearch example
f26df89 Basic tutorial RC
24033dc Create twitter-monitor.yml
abc4fe5 Create windows-ps-diskperf.yml
1eb7154 Created new Linux Memory and Swap config (#228)
032d7a0 Don't forcing the ConfigFile argument to be a yaml
be3802b First draft of basic tutorial
a745961 Fixed logging an error when retrieving kms secret succeeds (#27)
f5a6601 Func RunKeepKeys not deleting keys (#29)
50d56ea Kav/dimensional lookup support (#51)
7e6f55e Kav/filter update (#26)
1586e27 Kav/fix #58, ContainerDiscoveryMulti Flag (#63)
45f1867 Kav/update file reader & add direct csv support (#24)
c0658ea Minor updates to README (#45)
e51c0f8 New Feature: html table parser -> parse_html (#232)
39b8b69 Rename apikeys.json to twitter-monitor-lookup.json
60c9ad0 Replaced err with pingError in debug logging (#240)
63b1627 Thezackm/fix/repolinter (#231)
d21506f Three features: SCP, Merge with joinkey, Secret with local encryption (#35)
bc3c6b3 Update CHANGELOG.md
1f53b86 Update for go1.13.5 support (#47)
8994c01 Update linux-file-age.yml
7cc11af Update mysql-database-example.yml (#229)
23b01a4 Update twitter-monitor.yml
60be87b Update windows-ps-diskperf.yml
7b91721 Update windows-ps-diskperf.yml
29440d2 Updated RunSampleRenamer - change the conflicting variable name regex to regexLocal (#31)
b250034 [zackm] adding various linux examples (#33)
9bbf464 add cmd arg to copy JMX files during install (#61)
7841531 add go mod modules support
37b7e5a add ignore_output feature, and additional error handling for lookups (#52)
e28a87f added comments
65bf513 added microsoft-app-insights-lookup.json
87779f0 added microsoft-app-insights.yml
11db399 added nested

support for parse_html (#236)
bb9c787 added snowflake-example.yml for capturing snowflake table and warehouse metrics
16feb85 added test for parse_html feature (#235)
e450ed8 adding elastic apm integration
65eae0c adding plex media server session example
9c87f24 adding timestamps back in
84069c2 adding windows clock drift example (#226)
2d65a9e content edits
31c4694 cutting scope
5c09ca2 detected failure
5fc7942 enhanced pagination: added NextLinkHost to complement NextLinkKey (#230)
042cbf9 extend lookups feature, create preprocessed & array support (#46)
80add26 feat: allow split output to work vertically (#54)
284d12f fix yaml nesting to support multiple processes
bb950ee fix: allow env & timestamp substitution for container discovery (#53)
a340163 fix: do not break KeyRemover loop early
3a3845e fix: revert make file changes
a51234f fix: update tests
4bf0a25 fix: use sliceKeys for lookups to prevent out of order indexes
3da4f2f fixed comment
7d6b930 fixed jq
67be508 initial commit
54c58d5 moved Plex example to correct directory
40326e8 moved to examples top level
22d0693 removed timestamps
323eb3a started basic tutorial
9c9e40c typo - remove unnecessary quotes
8223307 updated config for readability
9090018 updated docs. cleaned up jq filter. added namespaces to attributes

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