Node-red-contrib-splunk-hec is finally published

https://www.npmjs.com/package/node-red-contrib-splunk-hec

Please install to test...

adding directly to package.json works fine.
"node-red-contrib-splunk-hec": "^0.1.0",

1 Like

The page you linked to says that it is not ready for use yet.

Hi I'm just trying to update that, but I can't seem to commit it again :confused:

Please look at my README.md in my repo... I've updated it directly, and mistakenly thought this would also update...

To update the readme on npm you will have to re-publish the node at 0.1.1

I can't test the node as I don't use splunk, whatever that is. I went to look at the node page to see what it might be used for.

1 Like

Please note: The README.md has been updated and the version now bumped to 0.1.1

1 Like

Don't suppose anyone here would happen to know how I get my Node-RED scorecard to a perfect 12? Seems they don't recognize my node engines declaration in package.json... I've even moved it... twice :confused:

Any help would be very appreciated.
Thanks in advance

Not a expert here, but should the version be >=18.

This SHOULD satisfy the current minimum supported version of the latest Node-RED release.

I have >=14 on one of my nodes and it is happy with that. There shouldn't be a problem with what you have.

I think maybe it needs one of the developers to look at the problem.

Thanks for the pointer. Might use v14 since I've tested this with Node-RED 3.1.1 so as per your link, the supported minimum node version is 14 with Node-RED 3.x.x.
Much appreciated.