Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Dashboard queries: Get parameter table by alias

Solved939 views9th April 2021Dashboard
0
Jeroen Geldhof [SLC] [DevOps Enabler]5.07K 7th April 2021 1 Comment

We’d like to perform queries on a table from an element with a specific element name.  This is because we’d like to install this dashboard at multiple DataMiner systems and we don’t know the element ID in advance.

Is the ‘Get parameter table by alias’ the correct one to use in this case?
According to the documentation this requires Elasticsearch is installed.  Is this absolutely required for this use case?

Use case: 
We have a device table in an element with a specific element name, which has a firmware column.  We would like to display a pie chart showing the amount of devices with distinct firmware versions.

fw_001:   6
fw_002:   9
fw_003:   1

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 9th April 2021
Wim Bruynooghe [SLC] [DevOps Advocate] commented 8th April 2021

“Get parameter table by alias” works only with Elastic ((logger-)tables stored in Elasticsearch can be combined into one alias, so this has nothing to do with your use case). Miguel’s answer might be a solution for your use case.

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Miguel Obregon [SLC] [DevOps Catalyst]18.84K Posted 7th April 2021 1 Comment

Hi Jeroen,

I believe it should be possible. I performed a small test using:

  • DMA version: 10.1.3.0-9963
  • Database: Cassandra only (no Elastic)

I used the following query:

Get elements
– Filter Name
+ Filter method ‘Name’ contains ‘MyElement’
– Select
+ Mandatory column (Element ID, Name)
Inner Join
– Get parameters for elements where
+ Type: Protocol
+ Protocol Version: Production
+ Parameter: The table
– Select
+ Element ID
+ Display Key Column
+ Column parameter containing the firmware
– Filter method contains ‘Display Key’contains ‘The display key’
on Element ID equals Element ID

Although the inner join is based on element IDs, the element ID is not hardcoded in the query.

  • Table in Cube:

  • Query result in dashboard:

I was able to feed a pie chart with the result of the query:

To select a specific column from the query, you will need to select the pie char component, go to settings and select the corresponding column in ‘Label’:

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 9th April 2021
Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 8th April 2021

Even though you provide an answer for the use case, I believe it’s important to mention that the ‘Get parameter table by alias’ has nothing to do with the name of an element. Instead it’s reference to the alias used in an Elastic database.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs