<?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: Missing calculated field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526994#M148745</link>
    <description>&lt;P&gt;Are you able use the calculated fields other created, the same way you tried with the calculated field you created?&lt;/P&gt;&lt;P&gt;The permissions... Did you share with all apps?&lt;/P&gt;&lt;P&gt;Did you followed all steps please...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Settings &amp;gt; Fields&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;On the row for Calculated Fields, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Add new&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Destination app&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that will use the calculated field.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select a host, source, or source type to apply to the calculated field. Provide the name of the host, source, or source type.&lt;BR /&gt;You can also enter a wildcard if you want to apply this for all hosts, sources, or source types.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Name the resultant calculated field.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Provide the eval expression used by the calculated field,&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The knowledge object will be private to you when you first create it, meaning that other users cannot see it or use it. For other users to be able to use it, it must be shared to an app, or shared globally. For more information see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/8.1.0/Knowledge/Manageknowledgeobjectpermissions" target="_blank" rel="noopener"&gt;Manage knowledge object permissions&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 04:03:42 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2020-10-29T04:03:42Z</dc:date>
    <item>
      <title>Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526978#M148738</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the logs being ingested Splunk isn't automatically pulling out the action field, so I'm trying to create one for CIM compliance and so on. When I enter the eval command in the search function of Splunk the field appears as expected, however, when I try to save that as a calculated field it doesn't appear at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm on Splunk cloud so I don't have access to the .confs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eval command: | eval action =&amp;nbsp;&lt;SPAN&gt;case(status=="200",success,status=="422",failure)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;calculated field:&amp;nbsp;case(status=="200",success,status=="422",failure)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 00:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526978#M148738</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2020-10-29T00:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526986#M148741</link>
      <description>&lt;P&gt;is this the first time you are creating a calculated field?(i mean, were you able to create them previously?)&lt;BR /&gt;do you have enough capabilities(admin, power, etc).&lt;/P&gt;&lt;P&gt;are your team members able to create a calculated field?&amp;nbsp;&lt;/P&gt;&lt;P&gt;if all fails, its better to contact your Splunk Cloud Support (as you can not check the conf files), thanks,.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 02:21:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526986#M148741</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-29T02:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526987#M148742</link>
      <description>&lt;P&gt;First time creating them in the environment, yes I am an admin and capable of creating them. They are, but when I check the calculated fields they built they don't seem to be working either&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 02:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526987#M148742</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2020-10-29T02:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526994#M148745</link>
      <description>&lt;P&gt;Are you able use the calculated fields other created, the same way you tried with the calculated field you created?&lt;/P&gt;&lt;P&gt;The permissions... Did you share with all apps?&lt;/P&gt;&lt;P&gt;Did you followed all steps please...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Settings &amp;gt; Fields&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;On the row for Calculated Fields, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Add new&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Destination app&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that will use the calculated field.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select a host, source, or source type to apply to the calculated field. Provide the name of the host, source, or source type.&lt;BR /&gt;You can also enter a wildcard if you want to apply this for all hosts, sources, or source types.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Name the resultant calculated field.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Provide the eval expression used by the calculated field,&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The knowledge object will be private to you when you first create it, meaning that other users cannot see it or use it. For other users to be able to use it, it must be shared to an app, or shared globally. For more information see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/8.1.0/Knowledge/Manageknowledgeobjectpermissions" target="_blank" rel="noopener"&gt;Manage knowledge object permissions&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 04:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526994#M148745</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-29T04:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526995#M148746</link>
      <description>&lt;P&gt;I've tried searching for the other calculated fields, they don't seem to be appearing. Yes, my permissions were global and yes I followed all the necessary steps&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 04:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526995#M148746</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2020-10-29T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Missing calculated field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526996#M148747</link>
      <description>&lt;P&gt;Better to contact Splunk Cloud Support, as you don't have access to conf files, we can't do much. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS...Karma points appreciated. If your question resolved, pls accept this solution. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 04:18:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-calculated-field/m-p/526996#M148747</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-29T04:18:29Z</dc:date>
    </item>
  </channel>
</rss>

