/ data / fingerprints / mlflow.yaml
mlflow.yaml
 1  info:
 2    name: mlflow
 3    author: A.I.G bot
 4    severity: info
 5    desc: MLflow - Machine Learning lifecycle platform for experiment tracking, model management, and deployment.
 6    metadata:
 7      product: mlflow
 8      vendor: mlflow
 9  http:
10    - method: GET
11      path: /
12      matchers:
13        - body="<title>MLflow</title>" || body="mlflow-ui-container"
14  version:
15    - method: GET
16      path: /version
17      extractor:
18        part: body
19        group: 1
20        regex: '^(\d+\.\d+\.\d+.*)$'