Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Package Flume-kafka-sink #66

Closed
javiroman opened this issue Apr 1, 2014 · 4 comments
Closed

Package Flume-kafka-sink #66

javiroman opened this issue Apr 1, 2014 · 4 comments
Assignees
Labels

Comments

@javiroman
Copy link
Contributor

No description provided.

@javiroman javiroman added this to the openbus-0.0.1.bom milestone Apr 1, 2014
@javiroman javiroman added the TODO label Apr 1, 2014
@javiroman javiroman self-assigned this Apr 1, 2014
javiroman added a commit that referenced this issue Apr 1, 2014
@javiroman
Copy link
Contributor Author

Change Scala version:

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala-library</artifactId>
    <version>2.9.2</version>
</dependency>
<dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka_2.9.2</artifactId>
            <version>0.8.0</version>
</dependency>

@javiroman
Copy link
Contributor Author

Other issue in #71

@javiroman javiroman reopened this Apr 3, 2014
@javiroman
Copy link
Contributor Author

In order to parse the Linux Audit framework we have to configure the /etc/sudoers file with:

flume ALL=(root) NOPASSWD: /usr/bin/tail -F /var/log/audit/audit.log
Defaults:flume !requiretty

This issue is related to: #52

@javiroman
Copy link
Contributor Author

In order to parse all messages (from the begining) from the audit.log file, the tail command have to be:
tail -c +1 -F /var/log/audit/audit.log

Probably we have to take into account this link [1] and [2]

[1] http://flume.apache.org/FlumeUserGuide.html#exec-source
[2] http://flume.apache.org/FlumeUserGuide.html#spooling-directory-source

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant