<?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: A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692440#M56734</link>
    <description>&lt;P&gt;I mean the content i have mapped in my mitre attack in the last 7 days.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 19:59:41 GMT</pubDate>
    <dc:creator>Amadou</dc:creator>
    <dc:date>2024-07-04T19:59:41Z</dc:date>
    <item>
      <title>A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692436#M56732</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Can you help me Creating a dashboard that contains the following charts/data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bookmarked content&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;A chart with the names of the alerts/detections that were bookmarked for the past 30 days&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;An&lt;/SPAN&gt;&lt;SPAN&gt;also in this situation how to find your filed name in your splunk: bookmarked, bookmark&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I use both of them in my query but it still not working or we should use ''active'' please propose me a query.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; help me find the exact field name in order to create the exact query. Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 04 Jul 2024 19:44:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692436#M56732</guid>
      <dc:creator>Amadou</dc:creator>
      <dc:date>2024-07-04T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692439#M56733</link>
      <description>&lt;P&gt;What is bookmarked data? Please share some anonymised, representative sample events showing the event data you are working with, and a representation of your expected results.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 19:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692439#M56733</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-04T19:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692440#M56734</link>
      <description>&lt;P&gt;I mean the content i have mapped in my mitre attack in the last 7 days.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 19:59:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692440#M56734</guid>
      <dc:creator>Amadou</dc:creator>
      <dc:date>2024-07-04T19:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692441#M56735</link>
      <description>&lt;P&gt;&lt;SPAN&gt;build a search query that captures the desired data. Assuming that the bookmarked content is logged with an event type or field that specifies when content is bookmarked (e.g.,&amp;nbsp;&lt;/SPAN&gt;action = "bookmark"&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;here's a query you could use:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| tstats count where index="your_index" sourcetype="your_sourcetype" action="bookmark" earliest=-7d@d latest=now by content
| rename content as "Content", count as "Bookmark Count"

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;but having problem to find the exact field name.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 21:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692441#M56735</guid>
      <dc:creator>Amadou</dc:creator>
      <dc:date>2024-07-04T21:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: A chart (of tstat/ counts) of the content that was bookmarked. for the past 7 days</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692442#M56736</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&lt;/P&gt;&lt;P&gt;can i created a meeting with you tomorrow?&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 20:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/A-chart-of-tstat-counts-of-the-content-that-was-bookmarked-for/m-p/692442#M56736</guid>
      <dc:creator>Amadou</dc:creator>
      <dc:date>2024-07-04T20:20:47Z</dc:date>
    </item>
  </channel>
</rss>

