Eldon Koyle
Eldon Koyle
Was there a traceback? It could be that I have different versions of libraries. Also, there are two new config options that need to be added to dnote.py: server_secret -...
It looks like dnote/__init__.py did not get updated on your installation. `dnote.py` should be in either /etc/dnote or ~/.dnote/ . -- Eldon On Thu, Jan 23, 2020, 02:56 DFF-fred wrote:...
Sorry, it is dconfig.py . This has not been merged yet, so can you try cloning my branch like this? git clone --single-branch --branch verify_new_url https://github.com/ekoyle/d-note.git On Thu, Jan 23,...
@santiago-usu recommended just removing that variable from the, but I thought it was used by the hashcash validation. Upon further inspection, that does not appear to be the case. Maybe...
@DFF-fred this project doesn't seem to be maintained anymore. There are also some security concerns, the biggest of which is that the server gets every message in plain-text. Also, python2...
Those are printf-style format specifiers. The `%s` is for a string, `%d` is for an integer. Whatever string you give it will have the three items substituted, and will need...
@microsoft-github-policy-service agree company="Corelight"
I have dropped the ASIM-like parsers for now and added a `corelight_` prefix to the rest. I'm not sure why the KqlValidations test is failing. It looks like it doesn't...
@v-sabiraj I'm not sure how to fix the KqlValidations. It looks like it is not finding the new parsers for some reason, although the queries run fine with the solution...
I got past the KqlvalidationsTests, but now it is failing on DataConnectorValidations. Is there any documentation on what is needed for that test?