Hello,
I am working on a project to integrate Splunk with a LLM model. I have created an app that search vulnerabilities within source code and report back findings as well as the modified source code with the corrected findings.
Now, here's my issue, it works for JavaScript, Java, PHP, and many others, but at the moment I upload Python or Simple XML, the system cannot process it as it is thinking is part of the actual dashboard code.
My question is, how can I encapsulate the token value example: '$SourceCode_Tok$' for the system to interpret it correctly as external code to be analyzed.
Thank you all!
I'm hoping you've found a solution. I'm working on a similar project where I created an app in splunk/etc/apps/my-app with a .py file in the bin folder and a .conf file in the default folder. Initially, when I ran the command <| mycommand "hello"> in Splunk, it outputted a response that I had hardcoded in my .py file. However, after updating the script to generate responses via a large language model, I started encountering the following error.