<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kaliyappan kaliyappan</title>
    <description>The latest articles on DEV Community by kaliyappan kaliyappan (@kaliyappan_kaliyappan_8e3).</description>
    <link>https://dev.to/kaliyappan_kaliyappan_8e3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1577263%2Ffb7c97bf-cd60-4c6d-b294-7fa28f54477d.png</url>
      <title>DEV Community: kaliyappan kaliyappan</title>
      <link>https://dev.to/kaliyappan_kaliyappan_8e3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaliyappan_kaliyappan_8e3"/>
    <language>en</language>
    <item>
      <title>Types of Splunk SPL Commands 💡</title>
      <dc:creator>kaliyappan kaliyappan</dc:creator>
      <pubDate>Thu, 28 Nov 2024 04:32:56 +0000</pubDate>
      <link>https://dev.to/kaliyappan_kaliyappan_8e3/types-of-splunk-spl-commands-2hna</link>
      <guid>https://dev.to/kaliyappan_kaliyappan_8e3/types-of-splunk-spl-commands-2hna</guid>
      <description>&lt;h2&gt;
  
  
  1️⃣ &lt;strong&gt;Streaming Commands&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Streaming commands process events as they flow through the search pipeline, working on one event at a time.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Types of Streaming Commands:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Distributable Streaming:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run on indexers for better performance.&lt;/li&gt;
&lt;li&gt;Examples: &lt;code&gt;eval, fields, where, regex&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: Parallel processing of events without worrying about order.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.Centralized Streaming:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run on the search head because event order matters.&lt;/li&gt;
&lt;li&gt;Examples:&lt;code&gt;head, streamstats, dedup (specific modes)&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: When the sequence of events impacts the result.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2️⃣ Non-Streaming Commands
&lt;/h2&gt;

&lt;p&gt;Non-streaming commands don’t process events one by one; they often require all events or influence how the search runs.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Categories of Non-Streaming Commands:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Transforming Commands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Turn raw data into tables and statistics for reports and visualizations.&lt;/li&gt;
&lt;li&gt;Examples: &lt;code&gt;stats, chart, timechart&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: Creating summary reports, trends, and charts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.Generating Commands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start a search or create data without prior input.&lt;/li&gt;
&lt;li&gt;Examples: &lt;code&gt;makeresults, inputlookup, datamodel&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: Generate initial data or enrich searches with additional information.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3.Orchestrating Commands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Control how a search is executed rather than the results.&lt;/li&gt;
&lt;li&gt;Examples: &lt;code&gt;redistribute, noop, localop&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: Optimize performance or manage search behavior.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4.Dataset Processing Commands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work on the entire dataset, requiring full data visibility.&lt;/li&gt;
&lt;li&gt;Examples: &lt;code&gt;sort, eventstats, fillnull&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Key Use: Process or manipulate data globally for accuracy.&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Threads clone - React app</title>
      <dc:creator>kaliyappan kaliyappan</dc:creator>
      <pubDate>Thu, 15 Aug 2024 12:33:36 +0000</pubDate>
      <link>https://dev.to/kaliyappan_kaliyappan_8e3/threads-clone-react-app-40ef</link>
      <guid>https://dev.to/kaliyappan_kaliyappan_8e3/threads-clone-react-app-40ef</guid>
      <description>&lt;p&gt;Today, I have completed Full functinality threads clone website . This Both frontend backend with realtime chating option is allowed.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Live view *&lt;/em&gt;: &lt;a href="https://kaliyappan-threads-clone.onrender.com" rel="noopener noreferrer"&gt;https://kaliyappan-threads-clone.onrender.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt; : Signup, login, feeds, followers content, content post, like, unlike, commends, follow, unfollow, profile update , freeze account, suggest users, realtime chat , seen/unseen messages , message notifications, unlimited post upload option.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt; : React, Express.js, Node.js, MongoDB&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend Dependencies&lt;/strong&gt; : Socket.io, bcryptjs, cloudinary, dotenv, cron, jsonwebtoken, mongoose, nodemon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend Dependencies&lt;/strong&gt; : Chakra-ui, react-icons, date-fns, framer-motion, reciol, socket.io-client.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository code Link&lt;/strong&gt; : &lt;a href="https://github.com/Kaliyappan1/Threads-app-clone" rel="noopener noreferrer"&gt;https://github.com/Kaliyappan1/Threads-app-clone&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;YouTube refer&lt;/strong&gt; : &lt;a href="https://youtu.be/G4V4xO9wyD8" rel="noopener noreferrer"&gt;https://youtu.be/G4V4xO9wyD8&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
