[JBoss JIRA] (SRAMP-263) Adding atom feed links into the UI
by Kurt Stam (JIRA)
Kurt Stam created SRAMP-263:
-------------------------------
Summary: Adding atom feed links into the UI
Key: SRAMP-263
URL: https://issues.jboss.org/browse/SRAMP-263
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Kurt Stam
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
Linking to the specific atomfeed for an artifact, and maybe also feed buttons for queries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RTGOV-342) ElasticSearch Event Processor implementation
by ivan mckinley (JIRA)
[ https://issues.jboss.org/browse/RTGOV-342?page=com.atlassian.jira.plugin.... ]
ivan mckinley reassigned RTGOV-342:
-----------------------------------
Assignee: ivan mckinley (was: Gary Brown)
> ElasticSearch Event Processor implementation
> --------------------------------------------
>
> Key: RTGOV-342
> URL: https://issues.jboss.org/browse/RTGOV-342
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: ivan mckinley
> Fix For: 2.0.0.M1
>
>
> The EventProcessor configuration should be provided with:
> a) Index name
> b) Type name
> c) MVEL expression for obtaining id from the event
> NOTE: Also need to be able to indicate that a random id should be used - possibly if mvel expression is not defined?
> If REST call does not succeed, then throw exception to prompt a retry of the event.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RTGOV-343) EPN to store activity events, response times and situations in ElasticSearch
by ivan mckinley (JIRA)
[ https://issues.jboss.org/browse/RTGOV-343?page=com.atlassian.jira.plugin.... ]
ivan mckinley commented on RTGOV-343:
-------------------------------------
Considerations
- concept for indexing of information in elasticsearch.
-parent child relationship (situation a child of ActvityUnit ect),
- building new index based on service type?
- Sharding of information.
- related situations and activities should route on the same shard. this results in less overhead on the elasticsearch backend
-
> EPN to store activity events, response times and situations in ElasticSearch
> ----------------------------------------------------------------------------
>
> Key: RTGOV-343
> URL: https://issues.jboss.org/browse/RTGOV-343
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Standard EPN deployment for storing activity events and situations in ElasticSearch.
> The ActivityUnit (possibly minus the events, although would provide efficient retrieval of the whole unit) should be stored as one type, the ActivityType derived objects as another, response times and the situations as their own type.
> Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RTGOV-343) EPN to store activity events, response times and situations in ElasticSearch
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-343?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-343:
----------------------------------
With storage of the ResponseTime information, as the object is also used for aggregation of multiple response time results, the property names are avg, min and max. However when storing the individual values in ElasticSearch, it may be better to just record the value in the 'avg' property in a 'value' field.
> EPN to store activity events, response times and situations in ElasticSearch
> ----------------------------------------------------------------------------
>
> Key: RTGOV-343
> URL: https://issues.jboss.org/browse/RTGOV-343
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Standard EPN deployment for storing activity events and situations in ElasticSearch.
> The ActivityUnit (possibly minus the events, although would provide efficient retrieval of the whole unit) should be stored as one type, the ActivityType derived objects as another, response times and the situations as their own type.
> Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RTGOV-343) EPN to store activity events, response times and situations in ElasticSearch
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-343?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-343:
-----------------------------
Description:
Standard EPN deployment for storing activity events and situations in ElasticSearch.
The ActivityUnit (possibly minus the events, although would provide efficient retrieval of the whole unit) should be stored as one type, the ActivityType derived objects as another, response times and the situations as their own type.
Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
was:
Standard EPN deployment for storing activity events and situations in ElasticSearch.
The ActivityUnit (minus the events) should be stored as one type, the ActivityType derived objects as another, and the situations as their own type.
Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
> EPN to store activity events, response times and situations in ElasticSearch
> ----------------------------------------------------------------------------
>
> Key: RTGOV-343
> URL: https://issues.jboss.org/browse/RTGOV-343
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Standard EPN deployment for storing activity events and situations in ElasticSearch.
> The ActivityUnit (possibly minus the events, although would provide efficient retrieval of the whole unit) should be stored as one type, the ActivityType derived objects as another, response times and the situations as their own type.
> Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RTGOV-343) EPN to store activity events, response times and situations in ElasticSearch
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-343?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-343:
-----------------------------
Summary: EPN to store activity events, response times and situations in ElasticSearch (was: EPN to store activity events and situations in ElasticSearch)
> EPN to store activity events, response times and situations in ElasticSearch
> ----------------------------------------------------------------------------
>
> Key: RTGOV-343
> URL: https://issues.jboss.org/browse/RTGOV-343
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Standard EPN deployment for storing activity events and situations in ElasticSearch.
> The ActivityUnit (minus the events) should be stored as one type, the ActivityType derived objects as another, and the situations as their own type.
> Build the EPN, but it shouldn't be included in the standard deployment - possibly have an 'extension' folder in the distribution for optional deployable artifacts with relevant notes - i.e. so they don't all need to be discussed in the main docs?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months