question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some regressions on v3.4.0 RC*

See original GitHub issue

This is an early report, since I pulled from master.

In the Query section, API EndPoint PQL:

inventory [ certname, facts.osfamily ] { facts.osfamily = 'RedHat' }

This shows “Number of results” with a number, but only the headers are shown. Checking the JSON view the results are there. If we only use

inventory [ certname ] { facts.osfamily = 'RedHat' }

The table shows up, but certname is no longer a link to the node URL.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
GermanGcommented, Mar 24, 2022

image Edit: it works!

1reaction
GermanGcommented, Feb 21, 2022

Sorry for the late response. It’s way better now 😃 If I run

inventory[certname, environment, timestamp, trusted] { facts.os.release.major = '7' }

It shows everything, but as soon as I add facts

inventory[certname, facts.os.release.full ] { facts.os.release.major = '7' }

The result is an empty list (but the count is ok, and when I check the json is ok too)

Read more comments on GitHub >

github_iconTop Results From Across the Web

[v3.4 Regression] Changing variables uses nextFetchPolicy ...
Intended outcome: I have a query with fetchPolicy: 'network-only' and nextFetchPolicy: 'cache-first'. When I change the variables, ...
Read more >
Fixed- and Mixed-Effects Regression Models in R
Introduction. This tutorial introduces regression analyses (also called regression modeling) using R. Regression models are among the most ...
Read more >
Beta Regression in R - The Comprehensive R Archive Network
The paper unfolds as follows: Section 2 outlines the theory underlying the beta regression model before Section 3 describes its implementation in R....
Read more >
11 Linear Regression and ANOVA - R Cookbook, 2nd Edition
Let's set up some example random normal data using the rnorm function: ... preds <- data.frame( u = c(3.0, 3.1, 3.2, 3.3), v...
Read more >
Lecture notes on ridge regression - arXiv
Disclaimer. This document is a collection of many well-known results on ridge regression. The current status of the document.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found