Coder Social home page Coder Social logo

opensoc / opensoc-streaming Goto Github PK

View Code? Open in Web Editor NEW
131.0 92.0 95.0 54.58 MB

Extensible set of Storm topologies and topology attributes for streaming, enriching, indexing, and storing telemetry in Hadoop.

Home Page: http://opensoc.github.io

License: Apache License 2.0

Java 99.08% Python 0.92%

opensoc-streaming's Introduction

#Current Build

The latest build of OpenSOC-Streaming is 0.6BETA.

We are still in the process of merging/porting additional features from our production code base into this open source release. This release will be followed by a number of additional beta releases until the port is complete. We will also work on getting additional documentation and user/developer guides to the community as soon as we can. At this time we offer no support for the beta software, but will try to respond to requests as promptly as we can.

OpenSOC-Streaming

Extensible set of Storm topologies and topology attributes for streaming, enriching, indexing, and storing telemetry in Hadoop. General information on OpenSOC is available at http://opensoc.github.io

Documentation

Please see documentation within each individual module for description and usage instructions. Sample topologies are provided under OpenSOC_Topologies to get you started with the framework. We pre-assume knowledge of Hadoop, Storm, Kafka, and HBase.

opensoc-streaming's People

Contributors

chokha avatar clayton avatar cllengel avatar dcmovva avatar dmaddi avatar grutz avatar james-sirota avatar mindcrime avatar ratnairm avatar ratnap avatar sheetaldolas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opensoc-streaming's Issues

Double configuration string in configuration file

When running the topology pcap the (pcap) parser bolt is set enabled/disabled in two configuration files, namely in topology.conf as well as in features_enabled.conf. Both files can be found in OpenSOC-Topologies/src/main/resources/OpenSOC_Configs/topologies/pcap.

Suggestion: Enable/Disable the bolt in features_enabled.conf and configure in topology.conf

Wrong configuration string *bolt.parser* confused with *parser.bolt*

When running the topology pcap, enabling or disabling the parser bolt will have no effect. The class
TopologyRunner will ask the configuration for the boolean value of "parser.bolt.enabled" whereas in the configuration file the string "bolt.parser.enabled" is used.

Suggestion: Stick to the strategy in the configuration file. All strings start with the type of the element they are enabling. Change TopologyRunner to ask for "bolt.parser.enabled". The class can be found in OpenSOC-Topologies/src/main/java/com.opensoc.topology.runner.

how to run OpenSOC-Pcap_Service

base the instructor , i can run the topology of com.opensoc.topology.Pcap, and it save into hbase normally , but now i don't konw how to display the pacakets by the way of PcapServce.
Someone can help me ?
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.