Get Kylo Feed ID from Ni-Fi processorCustomize data-ingest template in kyloNIFI: limit number of concurrent tasks of a NIFI processor in a NIFI-ClusterIntegrating kafka in kyloKylo Template failingJson data ingestion in kyloKylo data_ingest feed job fails due to Access denied for user 'root'@'localhost' (using password: NO)Registering NiFi template in Kylo with input optionsnifi pyspark - “no module named boto3”How to create a PutInfluxdb processor in Apache nifi?how to do error handling in Nifi Template

Has any object launched from Earth gone into the Sun?

Can I use ratchet straps to lift a dolly into a truck bed?

What is negative current?

Two different colors in an Illustrator stroke / line

How do I politely hint customers to leave my store, without pretending to need leave store myself?

Is there a "right" way to interpret a novel? If so, how do we make sure our novel is interpreted correctly?

Should I use my toaster oven for slow roasting?

Why are some Mac apps not available on AppStore?

Writing a love interest for my hero

Random point on a sphere

Is the space of Radon measures a Polish space or at least separable?

CBP interview, how serious should I take it?

Georgian capital letter “Ⴒ” (“tar”) in pdfLaTeX

How would a village use its river that it shares with another village downstream?

Creating a Master Image to roll out to 30 new Machines Licensing Issues

Calculate time difference between two dates

Are Democrats more likely to believe Astrology is a science?

Are there any instances of members of different Hogwarts houses coupling up and marrying each other?

Can I say "I will encrypt something" if I hash something?

Expected value until a success?

Procedure for traffic not in sight

For how long could UK opposition parties prevent new elections?

Are programming languages necessary/useful for operations research practitioner?

RP Automatic Updates



Get Kylo Feed ID from Ni-Fi processor


Customize data-ingest template in kyloNIFI: limit number of concurrent tasks of a NIFI processor in a NIFI-ClusterIntegrating kafka in kyloKylo Template failingJson data ingestion in kyloKylo data_ingest feed job fails due to Access denied for user 'root'@'localhost' (using password: NO)Registering NiFi template in Kylo with input optionsnifi pyspark - “no module named boto3”How to create a PutInfluxdb processor in Apache nifi?how to do error handling in Nifi Template






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to get the Feed ID from a processor inside the NiFi template implementation created by Kylo.



In other words, how can I know that feed ID the current processors reside in?



Tried using the GetFeedMetadata processor but it returns only the first feed details and not the current feed the processors belong to.



$feedJson:jsonPath('$.id')



returns the first feed data not the current feed










share|improve this question
























  • What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

    – Ben Yaakobi
    Mar 28 at 12:04











  • Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

    – Malaka
    Mar 28 at 12:15












  • Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

    – Ben Yaakobi
    Mar 28 at 12:20











  • Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

    – Malaka
    Mar 29 at 10:11

















0















I am trying to get the Feed ID from a processor inside the NiFi template implementation created by Kylo.



In other words, how can I know that feed ID the current processors reside in?



Tried using the GetFeedMetadata processor but it returns only the first feed details and not the current feed the processors belong to.



$feedJson:jsonPath('$.id')



returns the first feed data not the current feed










share|improve this question
























  • What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

    – Ben Yaakobi
    Mar 28 at 12:04











  • Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

    – Malaka
    Mar 28 at 12:15












  • Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

    – Ben Yaakobi
    Mar 28 at 12:20











  • Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

    – Malaka
    Mar 29 at 10:11













0












0








0








I am trying to get the Feed ID from a processor inside the NiFi template implementation created by Kylo.



In other words, how can I know that feed ID the current processors reside in?



Tried using the GetFeedMetadata processor but it returns only the first feed details and not the current feed the processors belong to.



$feedJson:jsonPath('$.id')



returns the first feed data not the current feed










share|improve this question














I am trying to get the Feed ID from a processor inside the NiFi template implementation created by Kylo.



In other words, how can I know that feed ID the current processors reside in?



Tried using the GetFeedMetadata processor but it returns only the first feed details and not the current feed the processors belong to.



$feedJson:jsonPath('$.id')



returns the first feed data not the current feed







apache-nifi kylo






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 28 at 8:12









MalakaMalaka

731 silver badge6 bronze badges




731 silver badge6 bronze badges















  • What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

    – Ben Yaakobi
    Mar 28 at 12:04











  • Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

    – Malaka
    Mar 28 at 12:15












  • Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

    – Ben Yaakobi
    Mar 28 at 12:20











  • Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

    – Malaka
    Mar 29 at 10:11

















  • What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

    – Ben Yaakobi
    Mar 28 at 12:04











  • Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

    – Malaka
    Mar 28 at 12:15












  • Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

    – Ben Yaakobi
    Mar 28 at 12:20











  • Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

    – Malaka
    Mar 29 at 10:11
















What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

– Ben Yaakobi
Mar 28 at 12:04





What is the flow? Where do you get FlowFiles from? Is this JSON in the content or the attribute? Please provide more details

– Ben Yaakobi
Mar 28 at 12:04













Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

– Malaka
Mar 28 at 12:15






Hi Ben, Basically create a Feed in Kylo. This creates the template for the feed in NiFi. I want to get the Kylo Feed ID from within Ni-Fi. Usually the 'Initialize Feed Parameters' attribute update processor puts in the feed name and category and not the feed ID. We can use the API to get feed details using the name, but wanted to know if there is a direct approach.

– Malaka
Mar 28 at 12:15














Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

– Ben Yaakobi
Mar 28 at 12:20





Sorry, I'm not familiar with Kylo, so I don't know what flow it generates.. I do know NiFi though, so could you screenshot the flow that's being generated?

– Ben Yaakobi
Mar 28 at 12:20













Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

– Malaka
Mar 29 at 10:11





Thanks Ben, this is Kylo specific. Kylo will have to add it while creating the NiFi processes. I found a workaround for now.

– Malaka
Mar 29 at 10:11












1 Answer
1






active

oldest

votes


















1
















Kylo has a 'Initialize Feed Parameters' update attribute processor, this puts a feed and category attribute. You can then call the /feedmgr/feeds/by-name/ API to get the Feed details.
Note that the feed name needed for this API is category.feedName, not simply the feed name. The documentation is not very clear on that.






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392831%2fget-kylo-feed-id-from-ni-fi-processor%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1
















    Kylo has a 'Initialize Feed Parameters' update attribute processor, this puts a feed and category attribute. You can then call the /feedmgr/feeds/by-name/ API to get the Feed details.
    Note that the feed name needed for this API is category.feedName, not simply the feed name. The documentation is not very clear on that.






    share|improve this answer





























      1
















      Kylo has a 'Initialize Feed Parameters' update attribute processor, this puts a feed and category attribute. You can then call the /feedmgr/feeds/by-name/ API to get the Feed details.
      Note that the feed name needed for this API is category.feedName, not simply the feed name. The documentation is not very clear on that.






      share|improve this answer



























        1














        1










        1









        Kylo has a 'Initialize Feed Parameters' update attribute processor, this puts a feed and category attribute. You can then call the /feedmgr/feeds/by-name/ API to get the Feed details.
        Note that the feed name needed for this API is category.feedName, not simply the feed name. The documentation is not very clear on that.






        share|improve this answer













        Kylo has a 'Initialize Feed Parameters' update attribute processor, this puts a feed and category attribute. You can then call the /feedmgr/feeds/by-name/ API to get the Feed details.
        Note that the feed name needed for this API is category.feedName, not simply the feed name. The documentation is not very clear on that.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 29 at 10:15









        MalakaMalaka

        731 silver badge6 bronze badges




        731 silver badge6 bronze badges



















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















            draft saved

            draft discarded















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392831%2fget-kylo-feed-id-from-ni-fi-processor%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

            밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

            1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴