You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by mmiklavc <gi...@git.apache.org> on 2017/04/20 18:26:50 UTC

[GitHub] incubator-metron issue #539: METRON-867: In the event that we graduate, remo...

Github user mmiklavc commented on the issue:

    https://github.com/apache/incubator-metron/pull/539
  
    There are some incubator references remaining in the site-book
    
    ```
    {12:24}~/devprojects/incubator-metron/site-book:4529d26 \u2713 \u27ad grep --exclude "*.log" --exclude "*.bak" -inR 'incubat' *
    README.md:14:In any git clone of incubator-metron containing the site-book subdirectory,
    README.md:25:file:///your/path/to/incubator-metron/site-book/target/site/index.html
    pom.xml:30:             <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</connection>
    pom.xml:31:             <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</developerConnection>
    pom.xml:33:             <url>https://git-wip-us.apache.org/repos/asf/incubator-metron</url>
    src/site/markdown/index.md:1:[![Build Status](https://travis-ci.org/apache/incubator-metron.svg?branch=master)](https://travis-ci.org/apache/incubator-metron)
    src/site/markdown/index.md:65:1. git clone --recursive https://github.com/apache/incubator-metron
    src/site/markdown/index.md:66:2. [Download ZIP](https://github.com/apache/incubator-metron/archive/master.zip)
    src/site/markdown/metron-deployment/index.md:48:Navigate to `incubator-metron/metron-deployment/vagrant/full-dev-platform` and run `vagrant up`.
    src/site/markdown/metron-deployment/index.md:51:Navigate to `incubator-metron/metron-deployment/vagrant/quick-dev-platform` and run `vagrant up`.
    src/site/markdown/metron-deployment/packaging/docker/ansible-docker/index.md:17:1. docker run -it -v \<project-directory\>:/root/incubator-metron ansible-docker:2.0.0.2 bash
    src/site/markdown/metron-deployment/packaging/docker/ansible-docker/index.md:18:2. cd /root/incubator-metron
    src/site/markdown/metron-deployment/vagrant/Kerberos-setup.md:9:    cd incubator-metron/metron-deployment/vagrant/full-dev-platform
    src/site/markdown/metron-deployment/vagrant/Kerberos-setup.md:257:24. Push some sample data to one of the parser topics. E.g for bro we took raw data from [incubator-metron/metron-platform/metron-integration-test/src/main/sample/data/bro/raw/BroExampleOutput](../../metron-platform/metron-integration-test/src/main/sample/data/bro/raw/BroExampleOutput/index.html)
    src/site/markdown/metron-deployment/vagrant/quick-dev-platform/index.md:28:  cd incubator-metron
    src/site/markdown/metron-interface/metron-config/index.md:19:1. Copy `incubator-metron/metron-interface/metron-config/target/metron-config-METRON_VERSION-archive.tar.gz` to the desired host.
    src/site/markdown/metron-sensors/fastcapa/index.md:202:    cd incubator-metron/metron-sensors/fastcapa
    src/site/markdown/metron-sensors/pycapa/index.md:7:Pycapa performs network packet capture, both off-the-wire and from Kafka, which is useful for the testing and development of [Apache Metron](https://github.com/apache/incubator-metron).  It is not intended for production use. The tool will capture packets from a specified interface and push them into a Kafka Topic.
    src/site/markdown/Upgrading.md:21:Please see the description of the configurations in the indexing [README](https://github.com/apache/incubator-metron/tree/Metron_0.3.1/metron-platform/metron-indexing#sensor-indexing-configuration)
    target/site/index.html:161:            <p><a class="externalLink" href="https://travis-ci.org/apache/incubator-metron"><img src="https://travis-ci.org/apache/incubator-metron.svg?branch=master" alt="Build Status" /></a></p>
    target/site/index.html:199:<li>git clone &#x2013;recursive <a class="externalLink" href="https://github.com/apache/incubator-metron">https://github.com/apache/incubator-metron</a></li>
    target/site/index.html:201:<li><a class="externalLink" href="https://github.com/apache/incubator-metron/archive/master.zip">Download ZIP</a></li>
    target/site/metron-deployment/index.html:272:<p>Navigate to <tt>incubator-metron/metron-deployment/vagrant/full-dev-platform</tt> and run <tt>vagrant up</tt>.</p></div>
    target/site/metron-deployment/index.html:275:<p>Navigate to <tt>incubator-metron/metron-deployment/vagrant/quick-dev-platform</tt> and run <tt>vagrant up</tt>.</p></div></div>
    target/site/metron-deployment/packaging/docker/ansible-docker/index.html:226:<li>docker run -it -v &lt;project-directory&gt;:/root/incubator-metron ansible-docker:2.0.0.2 bash</li>
    target/site/metron-deployment/packaging/docker/ansible-docker/index.html:228:<li>cd /root/incubator-metron</li>
    target/site/metron-deployment/vagrant/Kerberos-setup.html:253:<pre>cd incubator-metron/metron-deployment/vagrant/full-dev-platform
    target/site/metron-deployment/vagrant/Kerberos-setup.html:532:<p>Push some sample data to one of the parser topics. E.g for bro we took raw data from <a href="../../metron-platform/metron-integration-test/src/main/sample/data/bro/raw/BroExampleOutput/index.html">incubator-metron/metron-platform/metron-integration-test/src/main/sample/data/bro/raw/BroExampleOutput</a></p>
    target/site/metron-deployment/vagrant/quick-dev-platform/index.html:274:<pre>  cd incubator-metron
    target/site/metron-interface/metron-config/index.html:187:<p>Copy <tt>incubator-metron/metron-interface/metron-config/target/metron-config-METRON_VERSION-archive.tar.gz</tt> to the desired host.</p></li>
    target/site/metron-sensors/fastcapa/index.html:440:<pre>cd incubator-metron/metron-sensors/fastcapa
    target/site/metron-sensors/pycapa/index.html:188:<p>Pycapa performs network packet capture, both off-the-wire and from Kafka, which is useful for the testing and development of <a class="externalLink" href="https://github.com/apache/incubator-metron">Apache Metron</a>. It is not intended for production use. The tool will capture packets from a specified interface and push them into a Kafka Topic.</p></div>
    target/site/Upgrading.html:179:<p>Please see the description of the configurations in the indexing <a class="externalLink" href="https://github.com/apache/incubator-metron/tree/Metron_0.3.1/metron-platform/metron-indexing#sensor-indexing-configuration">README</a></p></div>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---