Github user nickwallen commented on the issue:
https://github.com/apache/incubator-metron/pull/395
`PROFILE_GET("profile", "entity", 15, "MINUTES")` calculates 15 minutes
back from current wall time to get a start and end time stamp. It then uses
those times to find profile measurements in that range. It doesn't really
matter if the timestamp used to store the measurement is the event or current
timestamp.
Right or am I missing something? Or are you looking for something like
`PROFILE_GET('profile', 'entity', <start>, <end>)`?
---
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.
---