How do I forward particular logs under a directory using rsyslog? Unicorn Meta Zoo #1: Why...

Is it acceptable to use working hours to read general interest books?

Seek and ye shall find

Suing a Police Officer Instead of the Police Department

Mistake in years of experience in resume?

Why is this method for solving linear equations systems using determinants works?

What is the best way to deal with NPC-NPC combat?

Split coins into combinations of different denominations

Does Feeblemind produce an ongoing magical effect that can be dispelled?

How long after the last departure shall the airport stay open for an emergency return?

What was Apollo 13's "Little Jolt" after MECO?

The art of proof summarizing. Are there known rules, or is it a purely common sense matter?

Why is an operator the quantum mechanical analogue of an observable?

What *exactly* is electrical current, voltage, and resistance?

Why isn't everyone flabbergasted about Bran's "gift"?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Error: Syntax error. Missing ')' for CASE Statement

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

What is a 'Key' in computer science?

Is Diceware more secure than a long passphrase?

What is the term for a person whose job is to place products on shelves in stores?

Will I lose my paid in full property

What is the ongoing value of the Kanban board to the developers as opposed to management

What do you call the part of a novel that is not dialog?



How do I forward particular logs under a directory using rsyslog?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionIf I redirect logs using rsyslog, will dmesg be affected?Extract particular words from Rsyslog %msg% facilityrsyslog use different templates to store logsSyslog config syntaxrsyslog not forwarding messages to remote rsyslog serverHow to filter logs with rsyslog?Rsyslog Forward Custom LogChanging directory of logsUsing rsyslog in zookeeperrsyslog server template consideration for multiple remote hosts





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















Trying to froward following logs from /home/ddlog/ms/logs/execution_logs/abc-xyz-ms* to VMware vRealize Log Insight using rsyslog.For some reason that does not seem to be working.



I have tried using imfile -



Now load the external log



$InputFileName /home/ddlog/ms/logs/execution_logs/abc-xyz-ms*
$InputFileTag ddlog
$InputFileStateFile ms
$InputFileSeverity debug
$InputFileFacility local7
$InputRunFileMonitor
local7.* @@hostname:514



Commenting out the imfile and updating the rsyslog.conf with the ". @@remote-host:514" seems to work perfectly fine but I am more concerned about forwarding specific logs.










share|improve this question





























    0















    Trying to froward following logs from /home/ddlog/ms/logs/execution_logs/abc-xyz-ms* to VMware vRealize Log Insight using rsyslog.For some reason that does not seem to be working.



    I have tried using imfile -



    Now load the external log



    $InputFileName /home/ddlog/ms/logs/execution_logs/abc-xyz-ms*
    $InputFileTag ddlog
    $InputFileStateFile ms
    $InputFileSeverity debug
    $InputFileFacility local7
    $InputRunFileMonitor
    local7.* @@hostname:514



    Commenting out the imfile and updating the rsyslog.conf with the ". @@remote-host:514" seems to work perfectly fine but I am more concerned about forwarding specific logs.










    share|improve this question

























      0












      0








      0


      0






      Trying to froward following logs from /home/ddlog/ms/logs/execution_logs/abc-xyz-ms* to VMware vRealize Log Insight using rsyslog.For some reason that does not seem to be working.



      I have tried using imfile -



      Now load the external log



      $InputFileName /home/ddlog/ms/logs/execution_logs/abc-xyz-ms*
      $InputFileTag ddlog
      $InputFileStateFile ms
      $InputFileSeverity debug
      $InputFileFacility local7
      $InputRunFileMonitor
      local7.* @@hostname:514



      Commenting out the imfile and updating the rsyslog.conf with the ". @@remote-host:514" seems to work perfectly fine but I am more concerned about forwarding specific logs.










      share|improve this question














      Trying to froward following logs from /home/ddlog/ms/logs/execution_logs/abc-xyz-ms* to VMware vRealize Log Insight using rsyslog.For some reason that does not seem to be working.



      I have tried using imfile -



      Now load the external log



      $InputFileName /home/ddlog/ms/logs/execution_logs/abc-xyz-ms*
      $InputFileTag ddlog
      $InputFileStateFile ms
      $InputFileSeverity debug
      $InputFileFacility local7
      $InputRunFileMonitor
      local7.* @@hostname:514



      Commenting out the imfile and updating the rsyslog.conf with the ". @@remote-host:514" seems to work perfectly fine but I am more concerned about forwarding specific logs.







      linux rhel logs rsyslog






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      SuryaSurya

      62




      62






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f515333%2fhow-do-i-forward-particular-logs-under-a-directory-using-rsyslog%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f515333%2fhow-do-i-forward-particular-logs-under-a-directory-using-rsyslog%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...