<?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 Trouble indexing Amanda (backup) JSON files into Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287626#M54943</link>
    <description>&lt;P&gt;I have added the following to my props.conf file.&lt;/P&gt;

&lt;H1&gt;AMANDA JSON FILES&lt;/H1&gt;

&lt;P&gt;[amanda]&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
KV_MODE = json&lt;BR /&gt;
Are there more changes that I could make to my props.conf file for better indexing?&lt;/P&gt;

&lt;P&gt;The JSON file is indexing but it doesn't look good.&lt;BR /&gt;
Is there a way to add a timestamp to the file as it's indexed?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:39:56 GMT</pubDate>
    <dc:creator>khhenderson</dc:creator>
    <dc:date>2020-09-29T07:39:56Z</dc:date>
    <item>
      <title>Trouble indexing Amanda (backup) JSON files into Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287626#M54943</link>
      <description>&lt;P&gt;I have added the following to my props.conf file.&lt;/P&gt;

&lt;H1&gt;AMANDA JSON FILES&lt;/H1&gt;

&lt;P&gt;[amanda]&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
KV_MODE = json&lt;BR /&gt;
Are there more changes that I could make to my props.conf file for better indexing?&lt;/P&gt;

&lt;P&gt;The JSON file is indexing but it doesn't look good.&lt;BR /&gt;
Is there a way to add a timestamp to the file as it's indexed?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:39:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287626#M54943</guid>
      <dc:creator>khhenderson</dc:creator>
      <dc:date>2020-09-29T07:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble indexing Amanda (backup) JSON files into Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287627#M54944</link>
      <description>&lt;P&gt;Could you post some sample json data? &lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287627#M54944</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-23T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble indexing Amanda (backup) JSON files into Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287628#M54945</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;  "output_size" : {
     "incr" : 51188360,
     "total" : 51188360,
     "full" : 0
  },
  "tapedisks" : "",
  "dles_dumped" : {
     "incr" : 4,
     "total" : 4,
     "full" : 0
  },
  "avg_compression" : {
     "incr" : "100.0",
     "total" : "100.0",
     "full" : "100.0"
  },
  "avg_dump_rate" : {
     "incr" : "49580.4",
     "total" : "49580.4",
     "full" : "-- "
  }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;},&lt;BR /&gt;
   "summary" : [&lt;BR /&gt;
      {&lt;BR /&gt;
         "tape_duration" : 0,&lt;BR /&gt;
         "backup_level" : "",&lt;BR /&gt;
         "hostname" : "lbackup-i1.ourdomain.com",&lt;BR /&gt;
         "dump_orig_kb" : "",&lt;BR /&gt;
         "dump_timestamp" : null,&lt;BR /&gt;
         "dump_duration" : 0,&lt;BR /&gt;
         "dump_comp" : "",&lt;BR /&gt;
         "dump_out_kb" : "",&lt;BR /&gt;
         "last_tape_label" : null,&lt;BR /&gt;
         "dle_status" : "nodump-FAILED",&lt;BR /&gt;
         "configuration_id" : 1,&lt;BR /&gt;
         "tape_rate" : "",&lt;BR /&gt;
         "dump_partial" : "",&lt;BR /&gt;
         "dump_rate" : "",&lt;BR /&gt;
         "disk_name" : "/mnt/app-uploads"&lt;BR /&gt;
      },&lt;BR /&gt;
      {&lt;BR /&gt;
         "tape_duration" : 0,&lt;BR /&gt;
         "backup_level" : "",&lt;BR /&gt;
         "hostname" : "lbackup-i1.ourdomain.com",&lt;BR /&gt;
         "dump_orig_kb" : "",&lt;BR /&gt;
         "dump_timestamp" : null,&lt;BR /&gt;
         "dump_duration" : 0,&lt;BR /&gt;
         "dump_comp" : "",&lt;BR /&gt;
         "dump_out_kb" : "",&lt;BR /&gt;
         "last_tape_label" : null,&lt;BR /&gt;
         "dle_status" : "nodump-FAILED",&lt;BR /&gt;
         "configuration_id" : 1,&lt;BR /&gt;
         "tape_rate" : "",&lt;BR /&gt;
         "dump_partial" : "",&lt;BR /&gt;
         "dump_rate" : "",&lt;BR /&gt;
         "disk_name" : "/mnt/braingames-storage"&lt;BR /&gt;
      },&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287628#M54945</guid>
      <dc:creator>khhenderson</dc:creator>
      <dc:date>2020-09-29T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble indexing Amanda (backup) JSON files into Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287629#M54946</link>
      <description>&lt;P&gt;Even though your question is vague ("doesn't look good", "better indexing"), I will give you some specific advice.  Use &lt;EM&gt;either&lt;/EM&gt; &lt;CODE&gt;INDEXED_EXTRACTIONS = json&lt;/CODE&gt; &lt;EM&gt;or&lt;/EM&gt; &lt;CODE&gt;KV_MODE = json&lt;/CODE&gt; but not both.  Try each to see which you like better.  The former has to be deployed to the Forwarder and splunk has to be restarted but the latter goes to the Search Head.  You do not need to add a timestamp to the file, just use &lt;CODE&gt;DATETIME_CONFIG = CURRENT&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 07:00:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trouble-indexing-Amanda-backup-JSON-files-into-Splunk/m-p/287629#M54946</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-24T07:00:58Z</dc:date>
    </item>
  </channel>
</rss>

