Skip to content

Insights Core Repository that contains Tutorials and examples for development and test setup for Insights Parsers, Combiners and Rules.

Notifications You must be signed in to change notification settings

lhuett/insights-core-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insights Core Tutorials

This repository provides tutorialis and examples of how to build and test_secure_shell Insights Core Parsers , Combiners and Rules.

Follow the tutorial links below to step through each dection to go through the process of creating and running each of the components represented in the insights-examples directory.

The process to create the files contained in the insights-core-tutorials/insights_examples directory are described in detail in the tutorials:

If you would like to just run pytest for the examples follow the Preparing Your Development Environment section of Insights Core Tutorials Read the Docs to create the environment and run the pytests.

The examples directory includes these files:

insights-examples
├── combiners
│   ├── hostname_uh.py
│   ├── __init__.py
│   └── tests
│       ├── __init__.py
│       └── test_hostname_uh.py
├── parsers
│   ├── __init__.py
│   ├── secure_shell.py
│   └── tests
│       ├── __init__.py
│       └── test_secure_shell.py
├── README.rst
└── rules
    ├── __init__.py
    ├── sshd_secure.py
    ├── is_fedora.py
    └── tests
        ├── __init__.py
        ├── integration.py
        ├── test_sshd_secure.py
        └── test_is_fedora.py

About

Insights Core Repository that contains Tutorials and examples for development and test setup for Insights Parsers, Combiners and Rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • Shell 13.4%