-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #62
Comments
What are you trying to accomplish? |
take my ftp.json file and make it into the ElasticSearch format...but as I type this...json is already good to go for ElasticSearch...so I probably don't need to convert it, correct? |
Yeah, so zschema is mostly going to allow you to define the schema that you tell elasticsearch ftp.json is in so that it knows how to interpret that data. |
what the [file] that zschema needs? Is that just a file where the output schema goes? |
I guess what I'm asking what is a example command line argument for FTP results from zgrab2 that are in json format? |
Hello, I am working with komeara1 on this activity.
|
There is a bug in zschema:
Removing |
Thanks for the notes here. @sei-mwd, I think this bug is unrelated to the question on hand. Would you be willing to open a separate issue so that we can track this? Instead of answering the documentation questions here, I'm going to try to update the project's |
Filed as #64. |
I've pushed some documentation to README in master. |
Can you provide further insight to what is the command line arguments specifically revolving around the schema. For example, if I have a json of FTP results. Here is what I have tried with Python errors revolving around the schema name:
zschema elasticsearch zgrab2-ftp ftp.json
Any further insight would be helpful. Thank you.
The text was updated successfully, but these errors were encountered: