<?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: generating an api key/auth token that I could use for testing dashboard creation with terraform in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607448#M211187</link>
    <description>&lt;P&gt;Not sue what the question is. &amp;nbsp;Do you mean how to generate an API key like this one:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens" target="_blank" rel="noopener"&gt;Create authentication tokens&lt;/A&gt;?&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 04:22:46 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2022-07-29T04:22:46Z</dc:date>
    <item>
      <title>How to generate an API key/auth token to use for testing dashboard creation with terraform?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607440#M211183</link>
      <description>&lt;P&gt;We are trying to generate an &amp;nbsp;API keys in order for Terraform to create dashboards. Anyone had idea on getting/have example on the API's keys?&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 05:54:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607440#M211183</guid>
      <dc:creator>MuhammadMurad</dc:creator>
      <dc:date>2022-07-29T05:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: generating an api key/auth token that I could use for testing dashboard creation with terraform</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607448#M211187</link>
      <description>&lt;P&gt;Not sue what the question is. &amp;nbsp;Do you mean how to generate an API key like this one:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens" target="_blank" rel="noopener"&gt;Create authentication tokens&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 04:22:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607448#M211187</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-07-29T04:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an API key/auth token to use for testing dashboard creation with terraform?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607465#M211196</link>
      <description>&lt;P&gt;Sorry if i was not clear. we are looking into automating the creation and updating of our&amp;nbsp; Splunk dashboards that requires API keys in order for Terraform to create dashboards. Was links that been shared was the correct one to follow? Below are some API keys we able to create, however not sure whether its good or not. Need your expert advise on this. Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -X POST -k -u {username:password} -H "Content-Type: application/json" \&lt;BR /&gt;"&lt;A href="https://xxxxxxxxxxxxxxxx/http" target="_blank"&gt;https://xxxxxxxxxxxxxxxx/http&lt;/A&gt;" \&lt;BR /&gt;--data-raw '{"name":"{hec-token-name}","index":"{index_name}","indexes":"{list_of_indexes}"}'&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 06:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607465#M211196</guid>
      <dc:creator>MuhammadMurad</dc:creator>
      <dc:date>2022-07-29T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an API key/auth token to use for testing dashboard creation with terraform?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607567#M211245</link>
      <description>&lt;P&gt;That document is about creation of auth token. &amp;nbsp;Once created, you can follow&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/UseAuthTokens#Use_authentication_tokens" target="_blank" rel="noopener"&gt;Use authentication tokens&lt;/A&gt;&amp;nbsp;to embed the token in Terraform or any other program. &amp;nbsp;In the example you give, instead of "&lt;SPAN&gt;&lt;FONT face="andale mono,times"&gt;-u {username:password}&lt;/FONT&gt;", use&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;-H "Authorization: &amp;lt;type&amp;gt; &amp;lt;token&amp;gt;"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;(I haven't used &amp;lt;type&amp;gt; in my queries, so read the document:-)&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 16:25:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607567#M211245</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-07-29T16:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an API key/auth token to use for testing dashboard creation with terraform?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607714#M211318</link>
      <description>&lt;P&gt;Thank you. Yes the documents really helpful and we are exploring and testing it now. did not resolve it yet but we are in the right direction. Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 08:12:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-API-key-auth-token-to-use-for-testing/m-p/607714#M211318</guid>
      <dc:creator>MuhammadMurad</dc:creator>
      <dc:date>2022-08-01T08:12:50Z</dc:date>
    </item>
  </channel>
</rss>

