Github user nickwallen commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/334#discussion_r86009020
  
    --- Diff: metron-analytics/metron-profiler-client/README.md ---
    @@ -41,13 +41,20 @@ Retrieve all values of 'snort-alerts' from '10.0.0.1' 
that occurred on 'weekdays
     PROFILE_GET('snort-alerts', '10.0.0.1', 1, 'MONTHS', 'weekdays')
     ```
     
    -### Period Duration
    +### Configuration
     
    -*WARNING*
    +By default, the Profiler creates Profiles with a period duration of 15 
minutes. This means that data is accumulated, summarized and flushed every 15 
minutes. The Client API must also have knowledge of this duration to correctly 
retrieve the profile data. If the client API is expecting 15 minute periods, it 
will not be able to read data generated by a Profiler that has been configured 
with a 1 hour period.
     
    -By default, the Profiler creates Profiles with a period duration of 15 
minutes.  This means that data is accumulated, summarized and flushed every 15 
minutes.  The Client API must also have knowledge of this duration to correctly 
retrieve the profile data.  If the client API is expected 15 minute periods, it 
will not be able to read data generated by a Profiler that has been configured 
with a 1 hour period.
    +The period duration can be configured in the Profiler by altering the 
Profiler topology's static properties file. The Stellar Client API can be 
configured by setting the following properties in Metron's global configuration.
    --- End diff --
    
    Sure.  Makes sense.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to