You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2017/05/03 21:01:04 UTC

[jira] [Updated] (METRON-923) UI - Unable to add parser transformations with different in/out field name

     [ https://issues.apache.org/jira/browse/METRON-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Miklavcic updated METRON-923:
-------------------------------------
    Description: 
A common idiom we use in conjunction with Stellar is to chain transformations like so:

{code:javascript}
"config" : {
    "full_hostname" : "URL_TO_HOST(url)",
    "domain_without_subdomains" : "DOMAIN_REMOVE_SUBDOMAINS(full_hostname)"
}
{code}

We are unable to execute the intro blog tutorial series via the UI without modifying the JSON configs directly.

https://cwiki.apache.org/confluence/display/METRON/2016/04/25/Metron+Tutorial+-+Fundamentals+Part+1%3A+Creating+a+New+Telemetry

  was:
A common idiom we use in conjunction with Stellar is to chain transformations like so:

{code:json}
"config" : {
    "full_hostname" : "URL_TO_HOST(url)",
    "domain_without_subdomains" : "DOMAIN_REMOVE_SUBDOMAINS(full_hostname)"
}
{code}

We are unable to execute the intro blog tutorial series via the UI without modifying the JSON configs directly.

https://cwiki.apache.org/confluence/display/METRON/2016/04/25/Metron+Tutorial+-+Fundamentals+Part+1%3A+Creating+a+New+Telemetry


> UI - Unable to add parser transformations with different in/out field name
> --------------------------------------------------------------------------
>
>                 Key: METRON-923
>                 URL: https://issues.apache.org/jira/browse/METRON-923
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Michael Miklavcic
>
> A common idiom we use in conjunction with Stellar is to chain transformations like so:
> {code:javascript}
> "config" : {
>     "full_hostname" : "URL_TO_HOST(url)",
>     "domain_without_subdomains" : "DOMAIN_REMOVE_SUBDOMAINS(full_hostname)"
> }
> {code}
> We are unable to execute the intro blog tutorial series via the UI without modifying the JSON configs directly.
> https://cwiki.apache.org/confluence/display/METRON/2016/04/25/Metron+Tutorial+-+Fundamentals+Part+1%3A+Creating+a+New+Telemetry



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)