<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk with React in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/576281#M1189</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230800"&gt;@ChintanaM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also new to react but have stated&amp;nbsp; to watch below session to get me going.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://conf.splunk.com/files/2021/recordings/DEV1134A.mp4" target="_blank"&gt;https://conf.splunk.com/files/2021/recordings/DEV1134A.mp4&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and Also this page is really a good start.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bestofreactjs.com/repo/zepdev-kveditor-react-rich-text-editing" target="_blank"&gt;https://bestofreactjs.com/repo/zepdev-kveditor-react-rich-text-editing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Nov 2021 03:12:25 GMT</pubDate>
    <dc:creator>badrinath_itrs</dc:creator>
    <dc:date>2021-11-25T03:12:25Z</dc:date>
    <item>
      <title>Splunk with React</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/536949#M458</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am new to world of Splunk&lt;/P&gt;&lt;P&gt;I have seen several presentations where building dashboards with React and Splunk cloud is discussed. I was trying to find documentation on how, with no major luck so far. In a nutshell I am looking for doco which would tell me,&lt;/P&gt;&lt;P&gt;1. Required npm packages (@splunk/react-ui, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149"&gt;@splunk&lt;/a&gt;/dashboard-context)&lt;/P&gt;&lt;P&gt;2. How to authenticate with my Splunk cloud account (client, tenant, redirect url..)&lt;/P&gt;&lt;P&gt;3. How to configure the core components (configs, props, ..)&lt;/P&gt;&lt;P&gt;Any Pointer towards correct direction would be much appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 12:51:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/536949#M458</guid>
      <dc:creator>ChintanaM</dc:creator>
      <dc:date>2021-01-24T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk with React</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/536966#M460</link>
      <description>&lt;P&gt;Have you &lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;looked&lt;/FONT&gt; at these links from the .conf19 presentation?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/splunk/customized-app-conf19" target="_blank"&gt;https://github.com/splunk/customized-app-conf19 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/splunk/dashboard-conf19-example" target="_blank"&gt;https://github.com/splunk/dashboard-conf19-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 20:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/536966#M460</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-01-24T20:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk with React</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/537001#M462</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&amp;nbsp;many thanks for taking time to read my question and provide guidance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I watched through a couple of presentations in .conf.&amp;nbsp; &lt;A href="https://conf.splunk.com/files/2019/recordings/DEV1667.mp4" target="_blank"&gt;https://conf.splunk.com/files/2019/recordings/DEV1667.mp4&lt;/A&gt; was addressing what I want to the most part, but didnt go to details when it comes to authorization with cloud, like where to find the tenet, clientid, redirecturls...&lt;/P&gt;&lt;P&gt;I would really love to get my hands on on documentation to learn more. For example if I want to know all props supported by 'DashboardCore' for a react app where would I find it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/splunk/dashboard-conf19-example" target="_blank"&gt;https://github.com/splunk/dashboard-conf19-example&lt;/A&gt; resolves to a 404 but &lt;A href="https://github.com/splunk/customized-app-conf19" target="_blank"&gt;https://github.com/splunk/customized-app-conf19&lt;/A&gt; provides a good starting point for me.&lt;/P&gt;&lt;P&gt;I would very much like to see how &lt;A href="https://github.com/splunk/customized-app-conf19" target="_blank"&gt;https://github.com/splunk/customized-app-conf19&lt;/A&gt; could be extended by adding authentication to talk to splunk cloud.&lt;/P&gt;&lt;P&gt;So if you could point me to something like developer documentation for developing splunk cloud dashboards using react, that would be much appreciated&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 08:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/537001#M462</guid>
      <dc:creator>ChintanaM</dc:creator>
      <dc:date>2021-01-25T08:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk with React</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/537061#M464</link>
      <description>&lt;P&gt;Sorry, but I don't know enough about REACT to help.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 14:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/537061#M464</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-01-25T14:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk with React</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/576281#M1189</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230800"&gt;@ChintanaM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also new to react but have stated&amp;nbsp; to watch below session to get me going.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://conf.splunk.com/files/2021/recordings/DEV1134A.mp4" target="_blank"&gt;https://conf.splunk.com/files/2021/recordings/DEV1134A.mp4&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and Also this page is really a good start.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bestofreactjs.com/repo/zepdev-kveditor-react-rich-text-editing" target="_blank"&gt;https://bestofreactjs.com/repo/zepdev-kveditor-react-rich-text-editing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 03:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-with-React/m-p/576281#M1189</guid>
      <dc:creator>badrinath_itrs</dc:creator>
      <dc:date>2021-11-25T03:12:25Z</dc:date>
    </item>
  </channel>
</rss>

