<?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: Why doesn't my field alias work? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477079#M4248</link>
    <description>&lt;P&gt;I ran it and reports back about field aliasing saying - &lt;STRONG&gt;Refreshing admin/fieldaliases           OK&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;But the &lt;CODE&gt;action&lt;/CODE&gt; field is not available. &lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 20:34:04 GMT</pubDate>
    <dc:creator>danielbb</dc:creator>
    <dc:date>2019-11-07T20:34:04Z</dc:date>
    <item>
      <title>Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477075#M4244</link>
      <description>&lt;P&gt;I created a field alias via the UI -&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7910i439C0DE575B72160/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I made it global and under &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app name&amp;gt;/local/props.conf&lt;/CODE&gt;, we see -&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;sourcetype&amp;gt;]
FIELDALIAS-test2 = status ASNEW aaaaaa
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When searching - &lt;CODE&gt;index=&amp;lt;index_name&amp;gt; sourcetype="&amp;lt;sourcetype&amp;gt;" status=*&lt;/CODE&gt; the field &lt;CODE&gt;aaaaaa&lt;/CODE&gt; dones't show up.&lt;/P&gt;
&lt;P&gt;What do I miss?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 17:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477075#M4244</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2020-06-06T17:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477076#M4245</link>
      <description>&lt;P&gt;Hi @danielbb ,&lt;/P&gt;

&lt;P&gt;Syntax for defining &lt;CODE&gt;FIELDALIAS&lt;/CODE&gt; is incorrect. It should be, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;sourcetype&amp;gt;]
FIELDALIAS-test2 = status AS aaaaaa
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer to the document, &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Knowledge/Configurefieldaliaseswithprops.conf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Knowledge/Configurefieldaliaseswithprops.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As you have configured it from the UI this should not be the case. Which Splunk version you are using?&lt;BR /&gt;
May be your FIELDALIAS created from UI is being ignored by any manually  added FIELDALIAS for same sourcetype with same name.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;BR /&gt;
From version 7, FIELDALIAS created from web are store with &lt;CODE&gt;ASNEW&lt;/CODE&gt; keyword.&lt;BR /&gt;
As per the documentation, creating FIELDALIAS with props.conf &lt;CODE&gt;AS&lt;/CODE&gt; keyword is used in definition.&lt;BR /&gt;
But both will work.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 15:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477076#M4245</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-07T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477077#M4246</link>
      <description>&lt;P&gt;Perfect. I made the changes. Do I need to bounce the SH?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477077#M4246</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-11-07T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477078#M4247</link>
      <description>&lt;P&gt;If its standalone search head, you can refresh configuration without restart by, goto&lt;BR /&gt;
‘&lt;A href="https://splunk_host:8000/en-US/debug/refresh/%E2%80%98"&gt;https://splunk_host:8000/en-US/debug/refresh/‘&lt;/A&gt; and hit Refresh button.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 20:16:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477078#M4247</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-07T20:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477079#M4248</link>
      <description>&lt;P&gt;I ran it and reports back about field aliasing saying - &lt;STRONG&gt;Refreshing admin/fieldaliases           OK&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;But the &lt;CODE&gt;action&lt;/CODE&gt; field is not available. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 20:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477079#M4248</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-11-07T20:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477080#M4249</link>
      <description>&lt;P&gt;what do you mean by &lt;CODE&gt;action&lt;/CODE&gt; field is not available?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 21:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477080#M4249</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-07T21:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477081#M4250</link>
      <description>&lt;P&gt;Sorry, the mapping reads now -&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;FIELDALIAS-toaction = status AS action&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;And &lt;CODE&gt;index=&amp;lt;index_name&amp;gt; sourcetype="&amp;lt;sourcetype&amp;gt;" action=*&lt;/CODE&gt; returns no results. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 21:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477081#M4250</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-11-07T21:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477082#M4251</link>
      <description>&lt;P&gt;can you please check the permission of the FIELDALIAS?&lt;BR /&gt;
If permission is private and you are looking for FIELDALIAS in the different app that it is created, it will not show.&lt;/P&gt;

&lt;P&gt;If the permission is private, change it to 'All Apps', 'Read' allow 'Everyone'.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 21:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477082#M4251</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-07T21:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477083#M4252</link>
      <description>&lt;P&gt;Right, the sharing is Global and the SH was bounced.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 22:06:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477083#M4252</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-11-07T22:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't my field alias work?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477084#M4253</link>
      <description>&lt;P&gt;Still it is not working? which Splunk version you are using?&lt;BR /&gt;
Check the article with  FieldAlias bug on Splunk versions.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/ReleaseNotes/Fieldaliasbehaviorchange"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/ReleaseNotes/Fieldaliasbehaviorchange&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 09:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-doesn-t-my-field-alias-work/m-p/477084#M4253</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-11T09:57:58Z</dc:date>
    </item>
  </channel>
</rss>

