LmR
LmR
Hi, Same issue for me, even after deleting and creating the Cortex index in ES. Cortex: 3.0.1-1 Elastic4Play: 1.11.5 Play: 2.6.23 Elastic4s: 6.5.1 ElasticSearch client: 6.5.2
Hi @slw07g, If you are interested, I've just pushed a PR concerning an update of the dictionary : #25
Fix working on my side: papermill/iorw.py ``` class HttpHandler(object): @classmethod def read(cls, path): return json.dumps(requests.get(path, headers={'Accept': 'application/json'}).json()["content"]) @classmethod def listdir(cls, path): raise PapermillException('listdir is not supported by HttpHandler') @classmethod def...
Hello @maazbaig19 Did you checked on the Audit Logs dashboard embedded in the application for any error on the period you did your tries ? Otherwise, you can check the...
When you are on the dashboard where the issue happens, you can open the search from the panel showing the error (you have an icon on the bottom right of...
Hello It seems that the GET request can’t be done Are you able to ping your TheHive instance from your Splunk instance ? Are you using a custom certificate authority...
Hello I invite you to enable the DEBUG mode in the Configuration dashboard available in the navigation of the application (see the documentation if you can’t find it) Then rerun...
> I see these errors > Unexpected error: HTTP 403 Forbidden -- You (user=**************) do not have permission to perform this operation (requires capability: list_storage_passwords OR edit_storage_passwords OR admin_all_objects).. Your...
> one more query, When configuring instances and the account does the TA not reach out to the TheHIve to validate that the credentials work? No it doesn’t It’s only...
> Also to add another point here, the issue is with the Victoria splunk version, we are not seeing this issue on splunk classic, do you plan to provide a...