<?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 How to integrate a website url to splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-integrate-a-website-url-to-splunk/m-p/601287#M104777</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am stuck on a integration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Scenario:- we have pas sever who generally does the va scan of all the environment now we need to integrate this with splunk&lt;/P&gt;
&lt;P&gt;Problem statement:-the pas server run queries on the data and is storing it in a virtual directory in itslef now the client has installed the windows iis webserver and hosted this directory on a https url and the reports are showing on a url as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g url/report1, url/report2 etc.&lt;/P&gt;
&lt;P&gt;Client has created a service account and password for security to login to website and access the reports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now we have 3 things:- https url, username and password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which method of integration i should go with?&lt;/P&gt;
&lt;P&gt;Note :- client said no to u.f installation on the windows server and i checked and found no addon on splunkbase&lt;/P&gt;
&lt;P&gt;Correct me on Possible solution:-&lt;/P&gt;
&lt;P&gt;1) use the inbuilt rest api method but instead of username and password i should ask him for api key?&lt;/P&gt;
&lt;P&gt;2)if he cant provide api key then i need to go to addon builder and then create an addon with username and password as authentication? Has anybody worked on this? Is there any documentation avaiy with you? I am not sure of this method&lt;/P&gt;
&lt;P&gt;3) use curl command and also put creds and download the report to another server and then use u.f on it to send to splunk. I am not sure of this method due to security concerns.&lt;/P&gt;
&lt;P&gt;Help me out url, username ans password&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 16:30:26 GMT</pubDate>
    <dc:creator>mohammadsharukh</dc:creator>
    <dc:date>2026-04-01T16:30:26Z</dc:date>
    <item>
      <title>How to integrate a website url to splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-integrate-a-website-url-to-splunk/m-p/601287#M104777</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am stuck on a integration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Scenario:- we have pas sever who generally does the va scan of all the environment now we need to integrate this with splunk&lt;/P&gt;
&lt;P&gt;Problem statement:-the pas server run queries on the data and is storing it in a virtual directory in itslef now the client has installed the windows iis webserver and hosted this directory on a https url and the reports are showing on a url as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g url/report1, url/report2 etc.&lt;/P&gt;
&lt;P&gt;Client has created a service account and password for security to login to website and access the reports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now we have 3 things:- https url, username and password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which method of integration i should go with?&lt;/P&gt;
&lt;P&gt;Note :- client said no to u.f installation on the windows server and i checked and found no addon on splunkbase&lt;/P&gt;
&lt;P&gt;Correct me on Possible solution:-&lt;/P&gt;
&lt;P&gt;1) use the inbuilt rest api method but instead of username and password i should ask him for api key?&lt;/P&gt;
&lt;P&gt;2)if he cant provide api key then i need to go to addon builder and then create an addon with username and password as authentication? Has anybody worked on this? Is there any documentation avaiy with you? I am not sure of this method&lt;/P&gt;
&lt;P&gt;3) use curl command and also put creds and download the report to another server and then use u.f on it to send to splunk. I am not sure of this method due to security concerns.&lt;/P&gt;
&lt;P&gt;Help me out url, username ans password&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 16:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-integrate-a-website-url-to-splunk/m-p/601287#M104777</guid>
      <dc:creator>mohammadsharukh</dc:creator>
      <dc:date>2026-04-01T16:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate a website url to splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-integrate-a-website-url-to-splunk/m-p/601307#M104780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/107856"&gt;@mohammadsharukh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the easiest approach is always using Forwarder, but if you cannot, I hint to use a scipt using REST API.&lt;/P&gt;&lt;P&gt;The problem of login and password is solved by Splunk: you can store credentials in an eacrypted Splunk conf file and run the script by Splunk inputs.&lt;/P&gt;&lt;P&gt;We used this approach for one of out customers and it runs.&lt;/P&gt;&lt;P&gt;You can find the instructions about how to do it at&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/security/storing-encrypted-credentials.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/security/storing-encrypted-credentials.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you could create a setup page to upload credentials in the encrypted Splunk conf file, for more infos see at&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/enable-first-run-app-configuration-with-setup-pages.html#:~:text=A%20setup%20page%20is%20a,the%20Splunk%20Web%20user%20interface" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/enable-first-run-app-configuration-with-setup-pages.html#:~:text=A%20setup%20page%20is%20a,the%20Splunk%20Web%20user%20interface&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 06:38:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-integrate-a-website-url-to-splunk/m-p/601307#M104780</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-10T06:38:12Z</dc:date>
    </item>
  </channel>
</rss>

