https://www.mdu.se/

mdu.sePublications
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Smart-troubleshooting in Industry 4.0 leveraging log files and product information
Mälardalen University, School of Innovation, Design and Engineering, Innovation and Product Realisation.ORCID iD: 0009-0009-9081-5476
2025 (English)Licentiate thesis, comprehensive summary (Other academic)
Abstract [en]

Connected internet of things devices are becoming more powerful, yet the chal-lenge of effectively managing them to prevent failures remains ongoing. In somescenarios, such as with devices produced by a single company, it is possibleto use the same fault detection provided by the manufacturer and follow theinstruction for resolving the threat. In other cases, such as with devices producedby different companies, the heterogeneity of devices necessitates a more detailedand complex approach to fault detection. Log files, which are records of eventsor processes generated by a device’s software or hardware, are crucial for moni-toring device behavior. It is important to consider the diversity of log files anddata to detect threats, identify their root causes, and provide effective solutions.In the realm of troubleshooting interconnected internet of things devices, currentsolutions predominantly address homogeneous device environments, whichlimits their scalability and adaptability to diverse device types and configura-tions. Instead, a more flexible approach is needed; one that can accommodatea variety of connected devices while minimizing reliance on specific companyinstructions. One such method is Smart-troubleshooting which involves a 4-stepcycle which include prevention, detection and diagnosis, recovery, and evolutionof threats. Given these premises, the ultimate goal of this research is to definea smart-troubleshooting approach based on log files and product information.By leveraging a generalized methodology, this approach seeks to enhance themanagement of internet of things systems in complex, multi-manufacturer en-vironments. This thesis focuses on a systematic review of log files and thestate of the art in troubleshooting methodologies. During the research, thescarcity of publicly available log files for troubleshooting purposes was identified. Consequently, a method was proposed for generating synthetic log filesusing generative adversarial networks. The proposed methodology leveragesthese log files along with product information to enhance smart-troubleshooting.To validate the approach and gather industry feedback, questionnaires and in-terviews was conducted. Following this, machine learning algorithms will beemployed to implement and refine the proposed method. By leveraging a gener-alized methodology, this approach seeks to improve the management and faultdetection of internet of things systems in complex, heterogeneous environments.

Place, publisher, year, edition, pages
Eskilstuna: Mälardalen University , 2025.
Series
Mälardalen University Press Licentiate Theses, ISSN 1651-9256 ; 369
Keywords [en]
Smart-troubleshooting, log analysis, resilience, cyber-physical systems, anomaly detection, machine learning, Industry 4.0.
National Category
Computer Sciences
Research subject
Computer Science
Identifiers
URN: urn:nbn:se:mdh:diva-69307ISBN: 978-91-7485-694-1 (print)OAI: oai:DiVA.org:mdh-69307DiVA, id: diva2:1918922
Presentation
2025-01-23, C3-003, Mälardalens universitet, Eskilstuna, 09:30 (English)
Opponent
Supervisors
Available from: 2024-12-12 Created: 2024-12-06 Last updated: 2025-01-20Bibliographically approved
List of papers
1. Analysis of log files to enablesmart-troubleshooting in Industry 4.0:a systematic mapping study: a systematic mapping study
Open this publication in new window or tab >>Analysis of log files to enablesmart-troubleshooting in Industry 4.0:a systematic mapping study: a systematic mapping study
2024 (English)In: IEEE Access, E-ISSN 2169-3536, Vol. 12, p. 147640-147658Article in journal (Other academic) Published
Abstract [en]

A crucial element of Industry 4.0, is the utilization of smart devices that generate log files. Log files are key components containing data on system operations, faults (unexpected glitches or malfunctions), errors (mistakes or incorrect actions), and failures (complete breakdowns or non-functionality). This paper presents a systematic mapping study analyzing research conducted on log files for smart-troubleshooting in Industry 4.0. To the best of our knowledge, this is the study that aims to identify research trends, log file attributes, techniques, and challenges involved in log file analysis for smart-troubleshooting. From an initial set of 941 potentially relevant peer-reviewed publications, 74 primary studies were selected and analyzed using a meticulous data extraction, analysis, and synthesis process. The results of the study demonstrate that the majority of research has focused on developing algorithms for log analysis, with machine learning being the most commonly used approach. The smart-troubleshooting encompasses a range of activities and tools that are essential for collecting failure data generated by diverse interconnected devices, conducting analyses, and aligning them with troubleshooting instructions and software remedies. Moreover, the study identifies the need for further research in the areas of real-time log analysis, anomaly detection, and the integration of log analysis with other Industry 4.0 technologies. In conclusion, our study provides insights into the current state of research in log analysis for smart-troubleshooting in Industry 4.0 and identifies areas for future research. The use of smart devices generating log files in Industry 4.0 highlights the importance of log file analysis for troubleshooting purposes. Further research is needed to address the challenges and opportunities in this field to integrate log analysis with other Industry 4.0 technologies for performing more efficient and effective troubleshooting.

National Category
Electrical Engineering, Electronic Engineering, Information Engineering Computer Systems
Identifiers
urn:nbn:se:mdh:diva-65123 (URN)10.1109/access.2023.3342365 (DOI)001337401200001 ()2-s2.0-85179794779 (Scopus ID)
Available from: 2023-12-20 Created: 2023-12-20 Last updated: 2025-01-13
2. Leveraging GANs to Generate Synthetic Log Files forSmart-Troubleshooting in Industry 4.0
Open this publication in new window or tab >>Leveraging GANs to Generate Synthetic Log Files forSmart-Troubleshooting in Industry 4.0
2024 (English)Conference paper, Oral presentation with published abstract (Refereed)
Abstract [en]

In this paper, we tackle the challenge of generatingsynthetic log files using generative adversarial networks to sup-port smart-troubleshooting experimentation. Log files are criticalfor implementing monitoring systems for smart-troubleshooting,as they capture valuable information about the activities andevents occurring within the monitored system. Analyzing theselogs is crucial for effective smart-troubleshooting, enhancing theoverall efficiency, reliability, and security of smart manufacturingprocesses. However, accessing public log data is difficult due toprivacy concerns and the need to protect sensitive information.Moreover, for the purpose of effective troubleshooting, it isessential to have datasets that include fault, error, and failure logsas well as standard logs. In recent years, synthetic log files haveemerged as a promising solution to augment limited real-worlddatasets and facilitate the development and evaluation of anomalydetection techniques. Building on this concept of synthetic data,we have developed a specific log generation technique and datasettailored for testing smart-troubleshooting techniques in heteroge-neous connected systems environments, such as industrial cyber-physical systems and the internet of things. First, we propose amethodology that generates synthetic log files based on generativeadversarial networks. Later, we instantiate this methodologyusing different Generative Adversarial Network implementationsand present a validation and a comprehensive comparativeanalysis of their performance. Eventually, we provide a robustdataset for anomaly detection and threat analysis in cyberspacesecurity. Based on the results of our comparison, CTGAN hasshown superior performance in generating high-quality syntheticlog files.

Keywords
Generative Adversarial Network, Synthetic Data, Log Files, Industry 4.0, Smart-Troubleshooting.
National Category
Computer Sciences
Identifiers
urn:nbn:se:mdh:diva-69262 (URN)
Conference
50th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA) 2024
Available from: 2024-12-04 Created: 2024-12-04 Last updated: 2024-12-12Bibliographically approved
3. A vision for leveraging product information and log files to enablesmart-troubleshooting of heterogeneous interconnected devices
Open this publication in new window or tab >>A vision for leveraging product information and log files to enablesmart-troubleshooting of heterogeneous interconnected devices
2025 (English)Manuscript (preprint) (Other (popular science, discussion, etc.))
National Category
Computer Sciences
Identifiers
urn:nbn:se:mdh:diva-69264 (URN)
Conference
IEEE ICDCS 2025 45th IEEE International Conference on Distributed Computing Systems
Available from: 2024-12-04 Created: 2024-12-04 Last updated: 2024-12-16Bibliographically approved

Open Access in DiVA

fulltext(2630 kB)43 downloads
File information
File name FULLTEXT02.pdfFile size 2630 kBChecksum SHA-512
16d28c637efc4ea606c63fc57f9db7b7234980129d1b5d656f0a2a4456ba9c17e3221e7c42aa9013d743bd95a5a924b12827c4d719498848a36924e6762a4cba
Type fulltextMimetype application/pdf

Authority records

Partovian, Sania

Search in DiVA

By author/editor
Partovian, Sania
By organisation
Innovation and Product Realisation
Computer Sciences

Search outside of DiVA

GoogleGoogle Scholar
Total: 43 downloads
The number of downloads is the sum of all downloads of full texts. It may include eg previous versions that are now no longer available

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 125 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf