I ve came across a post where im trying to fetch the HEC Token via the REST API. When I tried that locally Im getting the 404 Error. Kindly help on this https://help.splunk.com/en/splunk-enterprise/get-started/get-data-in/9.3/get-data-with-http-event-collector/use-curl-to-manage-http-event-collector-tokens-events-and-services
... View more
Yes Im using ucc framework to build the app. Im using custom validator class to the validate the configuration field. This is the data value sent to validate function. As I debug the code only the field data is set to the data during validate method invocation. When I see the account validator python file where name is set as None. Basically my need is during the configuration validation, I want to know the account name. How to fetch this account name ?
... View more
Yes let me explain it clear Im using Python add on This page will be shown during the configuration phase. Where Im getting the Input Data, Once customer chosen the input data, i will be added in the inputs.con file with the global account provided. Its all happening in the custom json validator file. I want to get the global account name for saving the input details in the inputs.conf file. I could not able to get it in the data def validate(self,value, data😞
... View more
I have custom validator class in which, Based on the input selected by the customer, i will update in the inputs conf file during configuration. But I encounter that, during configuration under name field the account name is sent, but during the data validation, it does not present in the dictionary, Basically what i want is I want to have the account name during configuration time.
... View more