Closed jay-tb closed 5 years ago
Thank you for the updated Troubleshooting section. I have obtained the UCS2 _ctypes.so from a docker-install of Splunk version 8, as you've suggested in the guide.
Thanks again for your work on this add-on!
Sure.
Your exception manes we wonder though. That does not look ctypes related. it look sl like bad conversion from bytes to string.
Let me check. I will post any fixes here.
I'll be honest with you - we use the queue input for events more than the channel stats input. I mostly use it to read MQ messages from queues in many different formats using custom response handlers and produce splunk events (20million events per day).
So there could be bugs. I'm adding an input on each of our types of queue managers with and without auth (i have a special pcf module for zos queue managers too).
Will post results and fixes.
The following is received when attempting to configure a stats input:
Conceptually, how would one find the correct Ctypes library appropriate for their system if they weren't sure how to do so?
We have Splunk 7.2.7 deployed on Ubuntu and copying the _ctypes.so from the Python Libraries for Scientific Computing seems to throw the above error -- I suspect due to the UCS2 vs UCS4 encoding difference.
How would one compile a UCS2-compatible _ctypes.so for Ubuntu?