Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Conversation

@ellieayla
Copy link
Contributor

Converter to read files produced by loginsight-export and emit JSON
files suitable for POSTing directly to /api/v1/events/ingest API
on another Log Insight server.

Converter does not make output network connections, operating only
on local data. It depends only on the standard library, and can
be used without installing the package.

Can be invoked with console script, as installed module, or directly.

$ loginsight-export-convert-json -o outputdir/ file1 [file2 ...]
$ python -m loginsightexport.convert -o outputdir/ file1 [file2 ...]
$ python loginsightexport/convert.py -o outputdir/ file1 [file2 ...]

Converter to read files produced by loginsight-export and emit JSON
files suitable for POSTing directly to /api/v1/events/ingest API
on another Log Insight server.

Converter does not make output network connections, operating only
on local data. It depends only on the standard library, and can
be used without installing the package.

Can be invoked with console script, as installed module, or directly.

$ loginsight-export-convert-json -o outputdir/ file1 [file2 ...]
$ python -m loginsightexport.convert -o outputdir/ file1 [file2 ...]
$ python loginsightexport/convert.py -o outputdir/ file1 [file2 ...]
@ellieayla ellieayla self-assigned this Jan 4, 2018
@coveralls
Copy link

coveralls commented Jan 4, 2018

Coverage Status

Coverage increased (+2.8%) to 55.957% when pulling 34fd1d4 on topic/export-format-converter-4 into f1a5201 on master.

@ellieayla ellieayla merged commit 8809029 into master Jan 4, 2018
@ellieayla ellieayla deleted the topic/export-format-converter-4 branch January 4, 2018 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants