<?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: my files not all indexed ? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281623#M21814</link>
    <description>&lt;P&gt;I see you used crcSalt = SOURCE and should be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;maybe some files were already indexed and others not.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2016 12:16:56 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2016-09-19T12:16:56Z</dc:date>
    <item>
      <title>my files not all indexed ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281622#M21813</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm using Splunk Light, being in trial period (max indexation = 5Go/day)&lt;/P&gt;

&lt;P&gt;I have 19 files:&lt;/P&gt;

&lt;P&gt;r_licencie_temp_1_bis.csv&lt;BR /&gt;
r_licencie_temp_2_bis.csv&lt;BR /&gt;
r_licencie_temp_3_bis.csv&lt;BR /&gt;
r_licencie_temp_4_bis.csv&lt;BR /&gt;
r_licencie_temp_5_bis.csv&lt;BR /&gt;
r_licencie_temp_6_bis.csv&lt;BR /&gt;
r_licencie_temp_7_bis.csv&lt;BR /&gt;
r_licencie_temp_8_bis.csv&lt;BR /&gt;
r_licencie_temp_9_bis.csv&lt;BR /&gt;
r_licencie_temp_10_bis.csv&lt;BR /&gt;
r_licencie_temp_11_bis.csv&lt;BR /&gt;
r_licencie_temp_12_bis.csv&lt;BR /&gt;
r_licencie_temp_13_bis.csv&lt;BR /&gt;
r_licencie_temp_14_bis.csv&lt;BR /&gt;
r_licencie_temp_15_bis.csv&lt;BR /&gt;
r_licencie_temp_16_bis.csv&lt;BR /&gt;
r_licencie_temp_17_bis.csv&lt;BR /&gt;
r_licencie_temp_18_bis.csv&lt;/P&gt;

&lt;P&gt;The sourcetype in props.conf is as follows:&lt;/P&gt;

&lt;P&gt;[R_LICENCIE_TEMP1]&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
FIELD_NAMES = LIC_COMPTEUR,BDX_COMPTEUR,LIC_TYPE,IDE_CLEE,LIC_NUMERO_PREC,IDE_CODE,LIC_ERREUR,DIS_CODE,DOJO_CODE,LIC_RENOUV,LIC_DATE,LIC_CODECN,LIC_TOP_COMPTA,LIC_VALIDE,LIC_BASCULEE,IDE_NOM,IDE_PRENOM,IDE_SEXE,IDE_NAISSANCE,ADR_ADRESSE1,ADR_ADRESSE2,ADR_CP,ADR_VILLE,LIC_UTILIS,LIC_DATE_MAJ,LIC_DATE_CREATION,LIC_TYPE_MAJ,LIC_SAISON,LIC_NONDIVULG,LIC_TOP_ASS,LIC_TRANCHE,LIC_A_BASCULER,IDE_CLEE_BIS,IDE_CODE_BIS,LIC_IMPRIMER,LIC_DATE_IMPRESSION,LIC_DATE_COMPTA,LIC_TOP_SIGNLIC2,LIC_TOP_SIGNLIC,ADR_E_MAIL,LIC_TOP_ABONNEMENT,LIC_GARANTIE,FON_CODE,RFN_NIVEAU,CODE_CEINTURE,DATE_CEINTURE,NUM_GSM,NUM_AUT&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
TIMESTAMP_FIELDS = LIC_DATE,LIC_DATE_MAJ,LIC_DATE_CREATION,LIC_DATE_IMPRESSION,LIC_DATE_COMPTA,DATE_CEINTURE&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S.%3N&lt;BR /&gt;
category = ffjj&lt;BR /&gt;
description = Table R_LICENCIE_TEMP&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
FIELD_DELIMITER = ;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
MAX_DAYS_AGO=10951&lt;BR /&gt;
KV_MODE=auto_escaped&lt;/P&gt;

&lt;P&gt;I have configured a stanza as follows in inputs.conf:&lt;/P&gt;

&lt;P&gt;[monitor:///home/pc/Bureau/LicencierT5]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = ffjj&lt;BR /&gt;
sourcetype = R_LICENCIE_TEMP1&lt;BR /&gt;
crcSalt = SOURCE&lt;/P&gt;

&lt;P&gt;I have moved the 19 files to the input directory and Splunk has indexed only part of. I don't understand why.&lt;/P&gt;

&lt;P&gt;After I stopped splunk, I tried to reset the fishbucket index for files where no data has been indexed:&lt;/P&gt;

&lt;P&gt;./splunk cmd btprobe -d /opt/splunk/var/lib/splunk/fishbucket/splunk_private_db --file /home/pc/Bureau/LicencierT5/r_licencie_temp_1_bis.csv --reset&lt;/P&gt;

&lt;P&gt;When I restart... data are not systematically loaded (even if the daily quota is not reached) and the worse is that I loose some data from files previously successfully loaded.&lt;/P&gt;

&lt;P&gt;source="/home/pc/Bureau/LicencierT5/r_licencie_temp_1_bis.csv" host="xxx-Pro-6300-MT" index="ffjj" | stats count&lt;/P&gt;

&lt;P&gt;Can you help ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281622#M21813</guid>
      <dc:creator>TISKAR</dc:creator>
      <dc:date>2020-09-29T10:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: my files not all indexed ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281623#M21814</link>
      <description>&lt;P&gt;I see you used crcSalt = SOURCE and should be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;maybe some files were already indexed and others not.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 12:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281623#M21814</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-09-19T12:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: my files not all indexed ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281624#M21815</link>
      <description>&lt;P&gt;Thank you for your reply,&lt;/P&gt;

&lt;P&gt;crcSalt =  it works for splunk light but now when I use the splunk Entreprise from all the data indexed (9 million) and after it removes one million &lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 12:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/my-files-not-all-indexed/m-p/281624#M21815</guid>
      <dc:creator>TISKAR</dc:creator>
      <dc:date>2016-09-19T12:25:09Z</dc:date>
    </item>
  </channel>
</rss>

