mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #69] harvester.conf generation #54
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Simplycissimys on GitHub (Apr 26, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/69
It should be very usedull featuree, if logio can run some script (sh,py) to generate harvester.conf, instead hard writing log files paths. For example, if logio can't find harvester.conf, it just execute harvester.sh script which returns in stdout list of log files paths , or if harvester.conf contains some flag (#!/bin/bash) - logio execute it.
@rakrachok commented on GitHub (Apr 26, 2013):
In solidarity with Simplycissimys, because I have the same problems, and I will kill one kitten per day until it will not solve
@leerich commented on GitHub (Oct 16, 2013):
It would also be great if there were more harvester.conf examples provided somewhere. The existing example is fine to get started, but doesn't show the full capabilities that I suspect this utility has.
@msmathers commented on GitHub (Aug 1, 2014):
It should be relatively trivial to write a script to generate the harvester config file, as it's a very simple JSON structure; you could write the script in python/ruby/java/etc... and have it serialize a JSON string and write to a file.
The provided configuration files demonstrate every available configuration option, you simply have to fill out the harvester configuration with additional keys (stream names) that map to a list of multiple file paths.