<?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: ITSI: Path to glass table directory in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396202#M784</link>
    <description>&lt;P&gt;Tried your suggestion and followed the links but to no avail. No where in any of the directories mentioned were we able to uncover glass table page images. You mentioned the KV_store or transforms.conf. Were you suggesting we somehow unpack the kv_store in order to locate the glass table page image? &lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:44:42 GMT</pubDate>
    <dc:creator>jsmorgan1it</dc:creator>
    <dc:date>2020-09-30T00:44:42Z</dc:date>
    <item>
      <title>ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396199#M781</link>
      <description>&lt;P&gt;Hi, we have tried multiple times to identify the location of the saved glass tables that come with the ITSI application by default and after reaching out to Partner + we still do not have an answer. &lt;/P&gt;

&lt;P&gt;This path  &lt;CODE&gt;(/opt/splunk/etc/apps/itsi/appserver/static/images/icon_library/thumbnails)&lt;/CODE&gt; &lt;BR /&gt;
we located, only provided us with thumbnails, not the actual glass table pages- which is what we want. &lt;/P&gt;

&lt;P&gt;We found the same question online multiple places and this path was presented but we cannot find it. &lt;CODE&gt;(servicesNS/nobody/SA-ITOA/itoa_interface/glass_table)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Can this request please be escalated to someone within the ITSI Team who can simply provide us with the path to saved glass tables. &lt;BR /&gt;
Please help! &lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 15:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396199#M781</guid>
      <dc:creator>jsmorgan1it</dc:creator>
      <dc:date>2019-05-31T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396200#M782</link>
      <description>&lt;P&gt;No one here can escalate to ITSI.  To do that, file a Support Request.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;servicesNS/nobody/SA-ITOA/itoa_interface/glass_table&lt;/CODE&gt; is not a file path, it's a REST command.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 17:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396200#M782</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-05-31T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396201#M783</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;All the objects in ITSI (Services, Entities, Glass Tables) are stored in KV STORE, not like usual dashboard xml or HTML files in case of splunk enterprise &lt;/P&gt;

&lt;P&gt;A kv store collection is created for every object type in ITSI which can be found in SA-ITOA app - default/local directory - tranforms.conf&lt;/P&gt;

&lt;P&gt;[glasstable]&lt;BR /&gt;
collection = itsi_pages&lt;BR /&gt;
external_type = kvstore&lt;BR /&gt;
fields_list = title, object_type, latest_label, svg_coordinates, _key&lt;/P&gt;

&lt;P&gt;and location to kvstore is - $splunkhome$/var/lib/splunk/kvstore.&lt;/P&gt;

&lt;P&gt;if you want to back up glass table objects there are many end points and method in ITSI which can do CRUD operations on this KVSTORE.&lt;/P&gt;

&lt;P&gt;go through these links which will help you to get to data in ITSI.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.2.0/Configure/BackupandRestoreITSIconfig" target="_blank"&gt;https://docs.splunk.com/Documentation/ITSI/4.2.0/Configure/BackupandRestoreITSIconfig&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.2.0/Configure/kvstore_to_json.pyoperations" target="_blank"&gt;https://docs.splunk.com/Documentation/ITSI/4.2.0/Configure/kvstore_to_json.pyoperations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.2.0/RESTAPI/ITSIRESTAPIreference" target="_blank"&gt;https://docs.splunk.com/Documentation/ITSI/4.2.0/RESTAPI/ITSIRESTAPIreference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396201#M783</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2020-09-30T00:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396202#M784</link>
      <description>&lt;P&gt;Tried your suggestion and followed the links but to no avail. No where in any of the directories mentioned were we able to uncover glass table page images. You mentioned the KV_store or transforms.conf. Were you suggesting we somehow unpack the kv_store in order to locate the glass table page image? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396202#M784</guid>
      <dc:creator>jsmorgan1it</dc:creator>
      <dc:date>2020-09-30T00:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396203#M785</link>
      <description>&lt;P&gt;may i know what exactly are you looking for ? what do you mean by glass table page image ?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 19:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396203#M785</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2019-05-31T19:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396204#M786</link>
      <description>&lt;P&gt;Here you go: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.google.com/search?q=splunk+ITSI+glass+table+image&amp;amp;rlz=1C1CHBD_enUS755US755&amp;amp;tbm=isch&amp;amp;source=iu&amp;amp;ictx=1&amp;amp;fir=uqiQqTdhAGEcAM%253A%252CW5SXhsscpBmiFM%252C_&amp;amp;vet=1&amp;amp;usg=AI4_-kQyB-KPbkPiWJMFIfApSAfJvP9P1w&amp;amp;sa=X&amp;amp;ved=2ahUKEwiTk-f-xsbiAhUIPa0KHbs4D3UQ9QEwAnoECAQQBA#imgrc=04OlT7U3v3F9iM:&amp;amp;vet=1"&gt;https://www.google.com/search?q=splunk+ITSI+glass+table+image&amp;amp;rlz=1C1CHBD_enUS755US755&amp;amp;tbm=isch&amp;amp;source=iu&amp;amp;ictx=1&amp;amp;fir=uqiQqTdhAGEcAM%253A%252CW5SXhsscpBmiFM%252C_&amp;amp;vet=1&amp;amp;usg=AI4_-kQyB-KPbkPiWJMFIfApSAfJvP9P1w&amp;amp;sa=X&amp;amp;ved=2ahUKEwiTk-f-xsbiAhUIPa0KHbs4D3UQ9QEwAnoECAQQBA#imgrc=04OlT7U3v3F9iM:&amp;amp;vet=1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 19:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396204#M786</guid>
      <dc:creator>jsmorgan1it</dc:creator>
      <dc:date>2019-05-31T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396205#M787</link>
      <description>&lt;P&gt;That's an individual glass table which can be imported by using above methods from KV STORE&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 20:02:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396205#M787</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2019-05-31T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396206#M788</link>
      <description>&lt;P&gt;Imported or exported. Not clear on how to export an image out of a kv_store?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 20:42:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396206#M788</guid>
      <dc:creator>jsmorgan1it</dc:creator>
      <dc:date>2019-05-31T20:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI: Path to glass table directory</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396207#M789</link>
      <description>&lt;P&gt;Hi @jsmorgan1it ,&lt;/P&gt;

&lt;P&gt;Did you have a chance to check out these answers yet? If any of them worked, please resolve this post by approving it! If your problem is still not solved, keep us updated so that someone else can help you. &lt;/P&gt;

&lt;P&gt;Thanks for posting!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 21:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-Path-to-glass-table-directory/m-p/396207#M789</guid>
      <dc:creator>evania</dc:creator>
      <dc:date>2019-06-06T21:50:10Z</dc:date>
    </item>
  </channel>
</rss>

